1 2 3 4 5 6
#ifndef RAS_SHELL_H #define RAS_SHELL_H int ras_shell_main (int argc, char* argv[]); #endif /* RAS_SHELL_H */