Skip to content
forked from sanjoy/CmdArgs

Painless command line argument parsing in C.

License

Notifications You must be signed in to change notification settings

guguTang/CmdArgs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CmdArgs

CmdArgs is an attempt towards a solution for parsing command line arguments in traditional C programs. It tries to trade flexibility for ease of use, and does its job by abusing the C preprocessor. For a quick start, see GettingStarted.pdf (it needs to be compiled from GettingStarted.tex first). The test cases should also be a good starting point.

About

Painless command line argument parsing in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Shell 2.1%