suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@ -38,6 +38,7 @@ static void gotsig(int sig)
|
||||
#endif /* FEATURE_USE_TERMIOS */
|
||||
|
||||
|
||||
int more_main(int argc, char **argv);
|
||||
int more_main(int argc, char **argv)
|
||||
{
|
||||
int c, lines, input = 0;
|
||||
|
Reference in New Issue
Block a user