Go to the source code of this file.
Functions/Subroutines | |
| int | ccpp_abs_path (const char *, char **) |
CCPP utility functions.
| int ccpp_abs_path | ( | const char * | rel, | |
| char ** | abs | |||
| ) |
Resolves the absolute path when given a relative path.
Resolves the absolute path when given a relative path.
| [in] | rel | Relative path name |
| [out] | abs | Absolute path name |
| 0 | If the path was resolved | |
| 1 | If we were unable to resolve the path |
1.6.1