doc
Data Structures | Functions
c_path.h File Reference
#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_PATHINFOc_split_path (const char *pathSrc)
 
int c_tmpname (char *template)
 

Detailed Description

Interface of the cynapses libc path functions.

Definition in file c_path.h.