File nut/fs/basename.c
Included Files
#include <nut/include/errno.h>
#include <nut/include/libgen.h>
#include <stdlib.h>
#include </usr/avr/include/string.h>
Preprocessor definitions
#define MAXPATHLEN 256
Global Function basename()
char* basename ( const char* path )
Prototyped in:
nut/include/libgen.h
Calls:
malloc(), strcpy(), strlen()