|
ocssw
V2022
|
#include <argpar.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| FILE * | argpar_ostream |
| const char * | argpar_program_name = "argpar-test" |
| argpar | params = { options, parse_options, args_doc, doc } |
| argpar_child | children [] = {{¶ms}, {0}} |
| argpar | params_parent = { options_parent, parse_options_parent, args_doc_parent, doc_parent, children } |
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 52 of file argpar-help.c.
Variable Documentation
◆ argpar_ostream
| FILE* argpar_ostream |
Used as the stream for printing help and usage messages. Defaults to STDERR.
Used as the stream for printing help and usage messages. Defaults to STDERR.
Definition at line 5 of file argpar-help.c.
◆ argpar_program_name
| const char* argpar_program_name = "argpar-test" |
Used as a default for the program's invocation name if one is not found.
Used as a default for the program's invocation name if one is not found.
Definition at line 6 of file argpar-help.c.
◆ children
| argpar_child children[] = {{¶ms}, {0}} |
Definition at line 49 of file argpar-help.c.
◆ params
| argpar params = { options, parse_options, args_doc, doc } |
Definition at line 35 of file argpar-help.c.
◆ params_parent
| argpar params_parent = { options_parent, parse_options_parent, args_doc_parent, doc_parent, children } |
Definition at line 50 of file argpar-help.c.


