Swap out ancient getopt for a newer one and address review feedback.

This commit is contained in:
ecotarobles
2020-09-23 11:22:51 +03:00
parent 9a622a5e44
commit ac8e02604d
7 changed files with 1099 additions and 3371 deletions

View File

@ -20,7 +20,7 @@
#include <stdlib.h>
#if defined(_WIN32) || defined(WIN32)
#include "getopt.c"
#include "getopt.h"
#else
#include <getopt.h>
#endif