libcfe  0.12.1
some useful C-functions
create_path.h
Go to the documentation of this file.
1 #ifndef XCREATE_PATH_H
2 #define XCREATE_PATH_H
3 
12 char *create_path(const char *dir, int dirlen, const char *file, int filelen);
13 
14 #endif /* XCREATE_PATH_H */
char * create_path(const char *dir, int dirlen, const char *file, int filelen)
Definition: create_path.c:11