Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the new mkfile buildin command
[simgrid.git] / tools / tesh2 / include / is_cmd.h
1 #ifndef __IS_CMD_H\r
2 #define __IS_CMD_H\r
3 \r
4 #include <com.h>\r
5 \r
6 #ifdef __cplusplus\r
7 extern "C" {\r
8 #endif\r
9 \r
10 int\r
11 is_cmd(char** path, char** builtin, const char* p);\r
12 \r
13 #ifdef __cplusplus\r
14 }\r
15 #endif\r
16 \r
17 #endif /* !__IS_CMD_H */\r
18 \r