00001 #ifndef EXEC_H 00002 #define EXEC_H 00003 00004 #include <task.h> 00005 00006 extern unsigned int try_exec(char *, char **); 00007 00008 #endif