json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
getopt_compat.h File Reference

Portable getopt_long implementation for systems without <getopt.h>. More...

#include <getopt.h>
Include dependency graph for getopt_compat.h:

Go to the source code of this file.

Detailed Description

Portable getopt_long implementation for systems without <getopt.h>.

On POSIX systems, this header simply includes the system <getopt.h>. On Windows (MSVC), it provides a compatible implementation.

Based on public domain / BSD implementations.