#ifndef READ_CFG_H #define READ_CFG_H char *find_config(); void cfg_interp(); bool get_sort(); bool get_case_sensitivity(); #endif