summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/headers/getopt.h
blob: 93692a2a5f4e02ce513a170efb376e08d7a75420 (plain)
1
2
3
4
5
6
7

/* /usr/include/getopt.h */

int getopt (int argc, void *argv, char *shortopts);
int getopt();
int getopt_long(int argc, void *argv, char *shortopts, void *longopts, int *longind);
int getopt_long_only(int argc, void *argv, char *shortopts, void *longopts, int *longind);