dirname and basename for MSC

This commit is contained in:
dwarning 2007-10-24 20:59:45 +00:00
parent d7564f187c
commit f4a3add493
1 changed files with 2 additions and 0 deletions

View File

@ -9,7 +9,9 @@
char *canonicalize_pathname(char *path);
char *absolute_pathname(char *string, char *dot_path);
#ifdef _MSC_VER
const char *basename(const char *name);
const char *dirname(const char *name);
#endif
#endif