Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
source code used to check if a specified command exists (if the command checking...
[simgrid.git] / tools / tesh2 / include / explode.h
diff --git a/tools/tesh2/include/explode.h b/tools/tesh2/include/explode.h
new file mode 100644 (file)
index 0000000..84c571a
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef __EXPLODE_H\r
+#define __EXPLODE_H\r
+\r
+#include <com.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+char** \r
+explode(char separator, const char *string);\r
+\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* !__EXPLODE_H */\r
+\r