diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/string/string.h b/string/string.h index 0df63d0653..905eb7e3c9 100644 --- a/string/string.h +++ b/string/string.h @@ -213,6 +213,11 @@ extern char *strfry __P ((char *__string)); extern __ptr_t memfrob __P ((__ptr_t __s, size_t __n)); #endif +#ifdef __USE_MISC +/* Return the file name within directory of FILENAME. */ +extern char *basename __P ((__const char *filename)); +#endif + __END_DECLS #endif /* string.h */ |