72 const char *base,
char *fullpath);
82YAZ_EXPORT FILE *
yaz_fopen(
const char *path,
const char *fname,
83 const char *mode,
const char *base);
91YAZ_EXPORT FILE *
yaz_path_fopen(
const char *path,
const char *fname,
size_t yaz_filepath_comp(const char **path_p, const char **comp)
get next path component in filepath
int yaz_is_abspath(const char *path)
checks whether path is absolute
int yaz_fclose(FILE *f)
closes file
char * yaz_filepath_resolve(const char *fname, const char *path, const char *base, char *fullpath)
resolve file on path
FILE * yaz_path_fopen(const char *path, const char *fname, const char *mode)
opens first file in path in path
FILE * yaz_fopen(const char *path, const char *fname, const char *mode, const char *base)
opens first file in path in path
Header with fundamental macros.