7 lines
70 B
C
7 lines
70 B
C
|
extern int myobj_foo(void);
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return myobj_foo();
|
||
|
}
|