youtubeUnblock/args.h

9 lines
151 B
C
Raw Normal View History

2024-08-10 18:44:04 +00:00
#ifndef ARGS_H
#define ARGS_H
void print_version();
void print_usage(const char *argv0);
int parse_args(int argc, char *argv[]);
#endif /* ARGS_H */