28 #ifndef QFITS_FILENAME_H
29 #define QFITS_FILENAME_H
char * qfits_get_base_name(const char *)
Find out the base name of a file (i.e. without prefix path)
Definition: qfits_filename.c:159
char * qfits_get_dir_name(const char *)
Find the directory name in the given string.
Definition: qfits_filename.c:110
char * qfits_get_root_name(const char *)
Find out the root part of a basename (name without extension).
Definition: qfits_filename.c:197
char * qfits_get_ext_name(const char *)
Find out the extension of a file name.
Definition: qfits_filename.c:240