X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1fa53426d4f4db5c1fe697d915d30247fd5d09a..b69c3463223ed1207861d7a9b0ec0a06064696ca:/tools/tesh2/include/explode.h diff --git a/tools/tesh2/include/explode.h b/tools/tesh2/include/explode.h deleted file mode 100644 index 20cb5d39d4..0000000000 --- a/tools/tesh2/include/explode.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __EXPLODE_H -#define __EXPLODE_H - -#include - -#ifdef __cplusplus -extern "C" { - -#endif /* */ - char ** explode(char separator, const char *string); - -#ifdef __cplusplus -} -#endif /* */ - -#endif /* !__EXPLODE_H */ -