1 2 3 4 5 6 7 8 9
#ifndef SHELL_H #define SHELL_H #include "def.h" void shell_run_cmd(str arg); void shell_run_file(str arg); #endif