summaryrefslogtreecommitdiff
path: root/src/Getopt.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2024-03-16 11:21:23 -0700
committerJohn Denker <jsd@av8n.com>2024-03-16 11:42:15 -0700
commit9852b855db2a65ea6eb5e877411634820214ddf0 (patch)
treec4c4504b34ef81d67891ed137ec2cfaabb4d6d04 /src/Getopt.h
parent634d365a03cb0581a062cd3cf4db9ae69f1cde26 (diff)
initial setupHEADmaster
Diffstat (limited to 'src/Getopt.h')
-rw-r--r--src/Getopt.h4
1 files changed, 4 insertions, 0 deletions
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 <getopt.h>
+
+int getopt_long(int argc, char * const argv[],
+ const struct option *longopts, int *longindex);