6 lines
74 B
C
6 lines
74 B
C
#ifndef CLI_H
|
|
#define CLI_H
|
|
|
|
int cli_run(int argc, char *argv[]);
|
|
|
|
#endif
|