Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last modification of the tesh2 files (variable extend and some corrections)
[simgrid.git] / tools / tesh2 / include / str_replace.h
index c58242a..4c18e35 100644 (file)
@@ -1,14 +1,16 @@
 #ifndef __STR_REPLACE_H\r
 #define __STR_REPLACE_H\r
 \r
+#include <com.h>\r
+\r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
 int\r
-str_replace(char** str, const char *what, const char *with);\r
+str_replace(char** str, const char *what, const char *with, const char* delimiters);\r
 \r
 int\r
-str_replace_all(char** str, const char* what, const char* with);\r
+str_replace_all(char** str, const char* what, const char* with, const char* delimiters);\r
 \r
 #ifdef __cplusplus\r
 }\r