File: cli.h

package info (click to toggle)
nestopia 1.49-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,424 kB
  • sloc: cpp: 86,935; xml: 26,956; makefile: 1,515; ansic: 772; sh: 19
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
void cli_error(const char *message);
void cli_show_usage();
void cli_show_version();
void cli_handle_command(int argc, char *argv[]);