1 #ifndef CMDLINE_H 2 #define CMDLINE_H 3 4 /* Command line external functions */ 5 6 void cmdl_start(); 7 8 #endif 9