-
Notifications
You must be signed in to change notification settings - Fork 0
lelabo-m/c-tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Readme for in /home/lelabo_m/GITHUB/c-tools Made by Marc Le Labourier Login <[email protected]> Started on Tue Jun 17 10:26:38 2014 Marc Le Labourier Last update Thu Jun 19 11:50:43 2014 Marc Le Labourier ############### # Liblist # ############### A simple c librairie for list creation : - A global container - Few method too manipulate the container - A list's node container - completely safe and no leak ############### # opt # ############### A simple lib for argument parsing : - parse one letter arguments - make a list of successive arguments between two option (getopt can't do this) - completely safe and no leak exemple : ./opt_parsing -a plop -b this is a test -c success Parsing done : Option [a] : - [plop] Option [b] : - [this] - [is] - [a] - [test] Option [c] : - [success] ################# # timecounter # ################# A simple C-timer for process timing.
About
c-tools
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published