diff options
author | John Denker <jsd@av8n.com> | 2024-03-16 11:21:23 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2024-03-16 11:42:15 -0700 |
commit | 9852b855db2a65ea6eb5e877411634820214ddf0 (patch) | |
tree | c4c4504b34ef81d67891ed137ec2cfaabb4d6d04 /src/Getopt.h | |
parent | 634d365a03cb0581a062cd3cf4db9ae69f1cde26 (diff) |
Diffstat (limited to 'src/Getopt.h')
-rw-r--r-- | src/Getopt.h | 4 |
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); |