X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e5588fc9b34239f448a523211086b05c9fee29c..cd4198031d4f1c3c98cc0d21bcac25d1eb363259:/include/xbt/file.h diff --git a/include/xbt/file.h b/include/xbt/file.h index b22a004e46..3d588ba4df 100644 --- a/include/xbt/file.h +++ b/include/xbt/file.h @@ -14,12 +14,10 @@ SG_BEGIN_DECL() /** @defgroup XBT_file File manipulation functions * @ingroup XBT_misc * - * This module redefine some quite classical functions such as xbt_dirname() or xbt_basename() for the platforms - * lacking them. + * This module redefine some quite classical functions such as xbt_basename() for the platforms lacking them. * @{ */ -/* Our own implementation of dirname, that does not exist on windows */ -XBT_PUBLIC(char *) xbt_dirname(const char *path); +/* Our own implementation of basename, that does not exist on windows */ XBT_PUBLIC(char *) xbt_basename(const char *path); /**@}*/