aboutsummaryrefslogtreecommitdiff
path: root/src/args.h
blob: 1bbc234ab9c558955dbeb15655c076c58f6f76e1 (plain)
1
2
3
4
5
#ifndef __ARGS__
#define __ARGS__
#include <string.h>
int args_getopt(int argc, char *argv[], const char *optstring, char **args_optarg);
#endif
Feel free to download, copy and edit any repo