|
libcfe
0.12.1
some useful C-functions
|
Go to the source code of this file.
Functions | |
| char * | create_path (const char *dir, int dirlen, const char *file, int filelen) |
| char* create_path | ( | const char * | dir, |
| int | dirlen, | ||
| const char * | file, | ||
| int | filelen | ||
| ) |
Makes a path by putting 'dir' and 'file' together, if 'dir' has zero length and 'file' starts with '/' file is return.
| [in] | dir | the first part |
| [in] | dirlen | the amount of (useful) characters in 'dir' or 0 if unknown |
| [in] | file | the last part |
| [in] | filelen | the amount of (useful) characters in 'file' or 0 if unknown |
Definition at line 11 of file create_path.c.