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 8f12af5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#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\rint \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