7 lines
68 B
C
7 lines
68 B
C
extern int external(void);
|
|
|
|
int main(void)
|
|
{
|
|
return external();
|
|
}
|