aww/include/cli.h
2025-06-05 01:07:21 +03:00

6 lines
74 B
C

#ifndef CLI_H
#define CLI_H
int cli_run(int argc, char *argv[]);
#endif