COMP: maybe it compiles this way with the HP-UX compiler

Alex
This commit is contained in:
Alexander Neundorf 2007-08-28 08:36:31 -04:00
parent b2ad9f1044
commit 61aa07b78c
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
#include <stdio.h>
extern int foo(void);
extern int bar(void);
extern int foobar(void);
extern int barbar(void);
extern int baz(void);
int foo();
int bar();
int foobar();
int barbar();
int baz();
int main()
{