7 lines
79 B
C
7 lines
79 B
C
|
int impl_obj(void);
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
return impl_obj();
|
||
|
}
|