TizenRT Libs&Environment  v2.0 M2

Provides APIs for Pattern matching functions. More...

Collaboration diagram for LIBGEN:

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...
 

Detailed Description

Provides APIs for Pattern matching functions.

Macro Definition Documentation

#define EXTERN   extern

Definition at line 82 of file libgen.h.

Function Documentation

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/)

Since
TizenRT v1.0
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/)

Since
TizenRT v1.0