9 lines
63 B
C
9 lines
63 B
C
|
extern void func();
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
func();
|
||
|
|
||
|
return 0;
|
||
|
}
|