X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6f0160d9f260a762e0ddbc0fffa9fb45d53826c..3d0d626e19a7b79320e7d922c9c1dcf122076cea:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index e012812d8e..852c4665f7 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -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);