Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify ruby tesh files
[simgrid.git] / tools / tesh2 / include / str_replace.h
index e190c02571017783d62baaa0101b9abc7573a724..4c18e355d29ab22de8e6e124dd2c33dbf7d011f5 100644 (file)
@@ -1,17 +1,19 @@
-#ifndef __STR_REPLACE_H
-#define __STR_REPLACE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-int
-str_replace(char** str, const char *what, const char *with);
-
-int
-str_replace_all(char** str, const char* what, const char* with);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* !__STR_REPLACE_H */
+#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, const char* delimiters);\r
+\r
+int\r
+str_replace_all(char** str, const char* what, const char* with, const char* delimiters);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* !__STR_REPLACE_H */\r