Tizen RT Libs&Environment  v1.1 D4

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

◆ EXTERN

#define EXTERN   extern

Definition at line 82 of file libgen.h.

Function Documentation

◆ basename()

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
Tizen RT v1.0

◆ dirname()

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
Tizen RT v1.0