This commit is contained in:
2025-11-12 22:09:31 -05:00
parent 27c248c9bb
commit 6a50590393
3 changed files with 14 additions and 8 deletions

View File

@@ -4,6 +4,6 @@
enum { TRUE, FALSE, GUARANTEE };
char *getstring(char *fmt, ...);
int mlyesno(char *fmt, ...);
int yesno(char *fmt, ...);
#endif /* INPUT_H_ */