Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert svn logs into ChangeLog (up to r7858 for now)
[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" {
8   \r
9 #endif  /* \r */
10   int \r
11       str_replace(char **str, const char *what, const char *with,
12                   const char *delimiters);
13   \r\rint \r str_replace_all(char **str, const char *what, const char *with,
14                           const char *delimiters);
15   \r\r
16 #ifdef __cplusplus\r
17\r
18 #endif  /* \r */
19 \r
20 #endif  /* !__STR_REPLACE_H */\r