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

Portable getopt_long_only implementation for Windows. More...

Detailed Description

Portable getopt_long_only implementation for Windows.

This file is only compiled on Windows where <getopt.h> is not available. It provides a minimal but functional getopt_long_only() compatible with the POSIX interface used by json-gen-c.

Based on public domain implementations. No copyright claimed.