Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
[simgrid.git] / tools / tesh2 / include / str_replace.h
diff --git a/tools/tesh2/include/str_replace.h b/tools/tesh2/include/str_replace.h
deleted file mode 100644 (file)
index c58242a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#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