7 lines
64 B
C
7 lines
64 B
C
extern void foo(void);
|
|
|
|
int main(void)
|
|
{
|
|
foo();
|
|
return 0;
|
|
}
|