9 lines
106 B
C
9 lines
106 B
C
|
#ifdef __cplusplus
|
||
|
# error C source incorrectly compiled as C++
|
||
|
#endif
|
||
|
|
||
|
int stay_c(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|