Tizen RT Libs&Environment
v1.1 D4
|
Provides APIs for Pattern matching functions. More...
![]() |
Files | |
file | libgen.h |
Libgen APIs. | |
Macros | |
#define | EXTERN extern |
Functions | |
FAR char * | basename (FAR char *path) |
return the last component of a pathname More... | |
FAR char * | dirname (FAR char *path) |
return the directory portion of a pathname More... | |
Provides APIs for Pattern matching functions.
FAR char* basename | ( | FAR char * | path | ) |
return the last component of a pathname
#include <libgen.h>
POSIX API (refer to : http://pubs.opengroup.org/onlinepubs/9699919799/)
FAR char* dirname | ( | FAR char * | path | ) |
return the directory portion of a pathname
#include <libgen.h>
POSIX API (refer to : http://pubs.opengroup.org/onlinepubs/9699919799/)