C++程序  |  9行  |  103 B

#ifndef CMDLINE_H
#define CMDLINE_H

/* Command line external functions */

void cmdl_start();

#endif