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