doc
Data Structures | Functions

c_path.h File Reference

Interface of the cynapses libc path functions. More...

#include "c_macro.h"
Include dependency graph for c_path.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  C_PATHINFO
 Parts of a path. More...

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.