File nut/fs/dirname.c


Included Files


Preprocessor definitions

#define MAXPATHLEN 256

Global Function dirname()

char* dirname ( 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
  strncpy() nut/c/string/strncpy.c