summaryrefslogtreecommitdiff
path: root/src/Getopt.h
blob: ed759befb5b8f2542cfd9b1fb2c71bbbf163ade6 (plain)
1
2
3
4
#include <getopt.h>

int getopt_long(int argc, char * const argv[],
                  const struct option *longopts, int *longindex);