COMP: maybe it compiles this way with the HP-UX compiler
Alex
This commit is contained in:
parent
b2ad9f1044
commit
61aa07b78c
@ -1,10 +1,10 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
extern int foo(void);
|
int foo();
|
||||||
extern int bar(void);
|
int bar();
|
||||||
extern int foobar(void);
|
int foobar();
|
||||||
extern int barbar(void);
|
int barbar();
|
||||||
extern int baz(void);
|
int baz();
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user