6 lines
53 B
C
6 lines
53 B
C
|
extern int myc(void);
|
||
|
int main()
|
||
|
{
|
||
|
return myc();
|
||
|
}
|