SynthXEX/include/getopt_port
2025-01-09 19:06:41 +00:00
..
getopt.c Fix a few things, guard memory allocations with error checks 2025-01-09 19:06:41 +00:00
getopt.h Fix a few things, guard memory allocations with error checks 2025-01-09 19:06:41 +00:00
LICENSE.txt Fix a few things, guard memory allocations with error checks 2025-01-09 19:06:41 +00:00
README.md Fix a few things, guard memory allocations with error checks 2025-01-09 19:06:41 +00:00

getopt_port

Kim Grasman kim.grasman@gmail.com

An original implementation of getopt and getopt_long with limited GNU extensions. Provided under the BSD license, to allow non-GPL projects to use getopt-style command-line parsing.

Built with Visual C++ and Clang on FreeBSD, but has no inherently non-portable constructs.

Intended to be embedded into your code tree -- getopt.h and getopt.c are self-contained and should work in any context.

Comes with a reasonable unit test suite.

See also:

For license terms, see LICENSE.txt.