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