copy/cui.h

9 lines
152 B
C

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