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
index e190c02..c58242a 100644 (file)
@@ -1,17 +1,17 @@
-#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
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+int\r
+str_replace(char** str, const char *what, const char *with);\r
+\r
+int\r
+str_replace_all(char** str, const char* what, const char* with);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* !__STR_REPLACE_H */\r