Skip to content

adzierzanowski/argparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argparser

Really simple C argument parser. All values must be further converted to other types by a programmer.

caveats

String parameters in the parser struct are pointers to argv so there is no need to deallocate them. E.g.:

const char *param = argparser_get(parser, "--argument");

usage

See docs

About

Simple, straightforward C command-line argparser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published