#ifndef __EXEC_LIB_H #define __EXEC_LIB_H #include extern int __exec_shell(const char *file, char *const argv[]); #endif /* __EXEC_LIB_H */