Hacker News new | ask | show | jobs
by im3w1l 3412 days ago
If you only want to convert the second argument you can use the ==! operator ;)
1 comments

C has so many wonderful operators, why don't people use them?

  while (x --> 0) x goes to zero;
  while (0 <---- x) goes much faster on some compilers (ymmv);