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