14 lines
91 B
C
14 lines
91 B
C
|
#include "foo.h"
|
||
|
|
||
|
#include "foo2.h"
|
||
|
|
||
|
int foo()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
int foo2()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|