mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +03:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
1. Functions for simplify control of complex parameters
|
|
cmdlnopts.c - example of use
|
|
parceargs.c - main functions
|
|
parceargs.h - their header
|
|
|
|
2. Functions for regular getopt_long
|
|
getopt.c - snippet file
|
|
getopt.h - its header
|
|
|