7 lines
84 B
C
7 lines
84 B
C
int func16();
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return func16() == 3 ? 0 : 1;
|
|
}
|