7 lines
47 B
C
7 lines
47 B
C
#include <stdio.h>
|
|
|
|
int
|
|
foo2()
|
|
{
|
|
return 0;
|
|
}
|