Hacker News new | ask | show | jobs
by metadope 186 days ago
I don't see (C) the joke.

  inline bool isEven(int32_t x) { return (0 == (x & 1) ); }