doc
|
#include "c_macro.h"
Go to the source code of this file.
Data Structures | |
struct | C_PATHINFO |
Functions | |
char * | c_basename (const char *path) |
char * | c_dirname (const char *path) |
int | c_parse_uri (const char *uri, char **scheme, char **user, char **passwd, char **host, unsigned int *port, char **path) |
C_PATHINFO * | c_split_path (const char *pathSrc) |
int | c_tmpname (char *template) |
Interface of the cynapses libc path functions.
Definition in file c_path.h.