X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/945609a7a65edb913de4858b2baf9663014d3974..c45203b2e06e1be40d5c1c614f928b9d31981c30:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 6c2df2fe14..31175d6160 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -77,13 +77,8 @@ BEGIN_DECL void xbt_abort(void) _XBT_GNUC_NORETURN; -/* FIXME: This is a very good candidate to rewrite (along with a proper string stuff) - but I'm too lazy right now, so copy the definition */ -long int strtol(const char *nptr, char **endptr, int base); -double strtod(const char *nptr, char **endptr); -int atoi(const char *nptr); - -END_DECL +END_DECL + #include "xbt/error.h" /* needed for xbt_die */ #endif /* _XBT_SYSDEP_H */