From 9852b855db2a65ea6eb5e877411634820214ddf0 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 16 Mar 2024 11:21:23 -0700 Subject: initial setup --- src/Getopt.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Getopt.h (limited to 'src/Getopt.h') diff --git a/src/Getopt.h b/src/Getopt.h new file mode 100644 index 0000000..ed759be --- /dev/null +++ b/src/Getopt.h @@ -0,0 +1,4 @@ +#include + +int getopt_long(int argc, char * const argv[], + const struct option *longopts, int *longindex); -- cgit v1.2.3