Files
yait/input.h
2025-11-09 21:55:07 -05:00

10 lines
155 B
C

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