#ifndef CUI_H #define CUI_H extern void inputFileName(const char *prompt, char *name, size_t capacity, struct FileInfo *f); #endif