copy/cui.h

9 lines
152 B
C
Raw Normal View History

2018-10-08 05:07:48 +00:00
#ifndef CUI_H
#define CUI_H
2018-11-13 02:27:27 +00:00
extern bool inputFileName(const char *prompt, char *name, size_t capacity,
struct GetFileInfoParams *params);
2018-10-08 05:07:48 +00:00
#endif