slows/parse.h

7 lines
75 B
C
Raw Permalink Normal View History

2024-11-06 14:44:39 -05:00
#ifndef H_PARSE
#define H_PARSE
int parse(int argc, char **argv);
#endif