Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Interface revolution: do not try to survive to malloc failure
[simgrid.git] / include / xbt / sysdep.h
index e012812..852c466 100644 (file)
@@ -23,6 +23,7 @@
 extern "C" 
 #endif
 
+char* gras_strdup  (const char *str);
 void* gras_malloc  (long int bytes);
 void* gras_malloc0 (long int bytes);
 void* gras_realloc (void  *memory, long int bytes);