2 @section @code{basename}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/basename.html}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This function is missing on some platforms:
17 IRIX 6.5, Solaris 2.5.1, mingw, MSVC 9, BeOS.
19 glibc has two different functions @code{basename}: the POSIX version and
22 @code{basename} assumes file names in POSIX syntax; it does not work with file
23 names in Windows syntax.
26 The Gnulib module @code{dirname} provides similar API, with function
27 @code{base_name}, that also works with Windows file names.