X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e:/tools/tesh2/include/explode.h diff --git a/tools/tesh2/include/explode.h b/tools/tesh2/include/explode.h index 84c571a6d7..20cb5d39d4 100644 --- a/tools/tesh2/include/explode.h +++ b/tools/tesh2/include/explode.h @@ -2,18 +2,16 @@ #define __EXPLODE_H #include - + #ifdef __cplusplus -extern "C" { -#endif - -char** -explode(char separator, const char *string); - - +extern "C" { + +#endif /* */ + char ** explode(char separator, const char *string); + #ifdef __cplusplus -} -#endif +} +#endif /* */ -#endif /* !__EXPLODE_H */ +#endif /* !__EXPLODE_H */