Files
yait/input.h
2025-11-12 22:09:34 -05:00

10 lines
153 B
C

#ifndef INPUT_H_
#define INPUT_H_
enum { TRUE, FALSE, GUARANTEE };
char *getstring(char *fmt, ...);
int yesno(char *fmt, ...);
#endif /* INPUT_H_ */