Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prototypes to some *printf functions in public interface (badly placed, but works...
[simgrid.git] / include / xbt / sysdep.h
index b405a7a..9a5983e 100644 (file)
@@ -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 */