8 lines
139 B
C
8 lines
139 B
C
#if defined(__cplusplus) || defined(__STDCPP__)
|
|
extern "C"
|
|
#endif
|
|
int
|
|
solib_main (int arg)
|
|
{
|
|
return arg*arg; /* HERE */
|
|
} /* STEP */
|