Update diff and emg.

This commit is contained in:
Serge
2022-05-27 02:24:49 -07:00
parent a47779d9d6
commit 9e2d5993f6
13 changed files with 190 additions and 70 deletions

View File

@@ -6,6 +6,6 @@ extern int tgetnum(char *);
extern int tgetflag(char *);
extern char *tgetstr(char *, char **);
extern char *tgoto(char *, int, int);
extern int tputs(register char *, int, int (*)());
extern int tputs(register char *, int, int (*)(int));
#endif