Hacker News new | ask | show | jobs
by Kamq 1178 days ago
> Finally, the checked arithmetic operations returning false on success

That's what got you? C functions returning error flags (with zero meaning no error) isn't exactly new.