mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
4 lines
128 B
C
4 lines
128 B
C
void cli_error(char *message);
|
|
void cli_show_usage();
|
|
void cli_show_version();
|
|
void cli_handle_command(int argc, char *argv[]);
|