Skip to content

a portable implementation of CLI parsing function "getopt"

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Albirair/getopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cross-platform simple implementation of the function getopt complying with POSIX.1-2008 provided under LGPL V3 license. The library defines the following symbols:

	int getopt(int argc, char * const argv[], const char *optstring);
	extern char *optarg;
	extern int opterr, optind, optopt;

About

a portable implementation of CLI parsing function "getopt"

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published