first commit

This commit is contained in:
Eddy
2014-10-10 17:36:02 +04:00
commit 1a63497f04
62 changed files with 9055 additions and 0 deletions

9
getopt/README Normal file
View File

@@ -0,0 +1,9 @@
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