Add prototype for foo to shut up GCC.

This commit is contained in:
Andreas Jaeger 2000-12-28 06:57:34 +00:00
parent 7231f6f940
commit e67c5966ba
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
extern int bar (void);
extern int foo (void);
int
foo (void)