#ifndef CUI_H #define CUI_H extern bool inputFileName(const char *prompt, char *name, size_t capacity, struct GetFileInfoParams *params); #endif