@@ -0,0 +1,9 @@
#ifndef INPUT_H_
#define INPUT_H_
enum { TRUE, FALSE, GUARANTEE };
char *getstring(char *fmt, ...);
int mlyesno(char *fmt, ...);
#endif /* INPUT_H_ */
The note is not visible to the blocked user.