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