Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the use of logs in unit testing of parmap to fix supernovae
[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" {
8   \r
9 #endif  /* \r */
10   \r int \r is_cmd(char **path, char **builtin, const char *p);
11   \r\r
12 #ifdef __cplusplus\r
13\r
14 #endif  /* \r */
15 \r
16 #endif  /* !__IS_CMD_H */\r
17 \r