File nut/fs/basename.c


Included Files


Preprocessor definitions

#define MAXPATHLEN 256

Global Function basename()

char* basename ( const char* path )
Prototyped in: nut/include/libgen.h
Calls: malloc() nut/crt/malloc.c
  strcpy() nut/c/string/strcpy.c
  strlen() nut/c/string/strlen.c