slows/parse.h
2024-11-06 14:44:39 -05:00

7 lines
75 B
C

#ifndef H_PARSE
#define H_PARSE
int parse(int argc, char **argv);
#endif