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