copy/cui.h
2018-10-08 01:07:48 -04:00

8 lines
134 B
C

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