8000 GitHub - skeeto/getopt: POSIX getopt() as a portable header library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

skeeto/getopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal POSIX getopt() ANSI C header library

This is a small, drop-in, header library that precisely implements the bare minimum of POSIX getopt(3). It provides basic option parsing for non-POSIX systems without the need to adapt or change existing programs. For a more feature-rich portable option parsing library, see Optparse.

Exactly one common extension is supported: Setting optind to 0 will reset the option parser for its next run. This was primarily added in support of testing.

About

POSIX getopt() as a portable header library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0