18 lines
83 B
C
18 lines
83 B
C
|
#include <stdio.h>
|
||
|
|
||
|
extern int foo2();
|
||
|
|
||
|
int
|
||
|
foo1()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
int
|
||
|
bar1()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
main()
|
||
|
{
|
||
|
}
|