Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ flag.h Public
forked from tsoding/flag.h

Command-line flag parsing in C

License

Notifications You must be signed in to change notification settings

dyeo/flag.h

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flag.h

Inspired by Go's flag module: https://pkg.go.dev/flag

WARNING! The design of the library is not finished and may be a subject to change.

Quick Start

Check example.c

$ make
$ ./example-c -help

About

Command-line flag parsing in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.1%
  • C 6.6%
  • Makefile 1.3%