Hacker News new | ask | show | jobs
by clarkcox3 3494 days ago
The example with ">= 0" is an infinite loop, a size_t will always be greater than or equal to zero; it's unsigned.