Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics (kill unused var, and kill/improve debug outputs)
[simgrid.git] / tools / tesh2 / include / str_replace.h
1 #ifndef __STR_REPLACE_H\r
2 #define __STR_REPLACE_H\r
3 \r
4 #include <com.h>\r
5 \r
6 #ifdef __cplusplus\r
7 extern "C" {\r
8 #endif\r
9 int\r
10 str_replace(char** str, const char *what, const char *with, const char* delimiters);\r
11 \r
12 int\r
13 str_replace_all(char** str, const char* what, const char* with, const char* delimiters);\r
14 \r
15 #ifdef __cplusplus\r
16 }\r
17 #endif\r
18 \r
19 #endif /* !__STR_REPLACE_H */\r