#ifndef _EXEC_H #define _EXEC_H int exec(const char *command); #endif /* _EXEC_H */ .