pbft/parse.h
2025-01-25 00:01:36 -05:00

7 lines
75 B
C

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