X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d2c6d00f1e8b5d3bb8ab17ff60f0c3833d42e3e..537c8cc1a7377c548b567cc406a14821d498557d:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index b405a7afd2..9a5983eefa 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -91,6 +91,10 @@ static inline void *xbt_realloc(void*p,int s){ /** @} */ +/* FIXME: better place? */ +int vasprintf (char **ptr, const char *fmt, va_list ap); +char *bprintf(const char*fmt, ...); + END_DECL() #endif /* _XBT_SYSDEP_H */