Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move MC malloc introspection code in simgrid::mc
[simgrid.git] / include / xbt / file.h
index 2b577fb..1af89b7 100644 (file)
@@ -1,5 +1,3 @@
-/* str.h - XBT string related functions.                                    */
-
 /* Copyright (c) 2007-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
@@ -34,7 +32,6 @@ XBT_PUBLIC(ssize_t) xbt_getline(char **lineptr, size_t * n, FILE * stream);
 XBT_PUBLIC(char *) xbt_dirname(const char *path);
 XBT_PUBLIC(char *) xbt_basename(const char *path);
 
-
 /**@}*/
 
 SG_END_DECL()