#ifndef EXEC_H #define EXEC_H #include extern unsigned int try_exec(char *, char **); #endif