|
ocssw
V2022
|
Go to the source code of this file.
Functions | |
| int | main () |
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 | ( | ) |
Definition at line 53 of file argpar-params.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 8 of file argpar-params.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 9 of file argpar-params.c.
◆ children
| argpar_child children[] = {{¶ms}, {0}} |
Definition at line 50 of file argpar-params.c.
◆ params
| argpar params = { options, parse_options, args_doc, doc } |
Definition at line 36 of file argpar-params.c.
◆ params_parent
| argpar params_parent = { options_parent, parse_options_parent, args_doc_parent, doc_parent, children } |
Definition at line 51 of file argpar-params.c.


