3 lines
No EOL
39 B
Text
3 lines
No EOL
39 B
Text
bool notzero(int i) {
|
|
return i != 0;
|
|
} |