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(), strcpy(), strlen(), strncpy()