Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 337 Bytes

parseC

parseC - lightweight command line argument parser library for C99

###Roadmap

  • Default values
  • API Documentation
  • Tests/examples
  • Long options using equals sign (e.g --long_opt=XYZ)
  • Use variable length of argument list!
  • Fix - and -- displays when NULL options
  • Add API to check if arg was present
  • Positional arguments