Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
source code to manage the Windows Unix and Mac file formats.
[simgrid.git] / tools / tesh2 / include / str_replace.h
1 #ifndef __STR_REPLACE_H\r
2 #define __STR_REPLACE_H\r
3 \r
4 #ifdef __cplusplus\r
5 extern "C" {\r
6 #endif\r
7 int\r
8 str_replace(char** str, const char *what, const char *with);\r
9 \r
10 int\r
11 str_replace_all(char** str, const char* what, const char* with);\r
12 \r
13 #ifdef __cplusplus\r
14 }\r
15 #endif\r
16 \r
17 #endif /* !__STR_REPLACE_H */\r