Hacker News new | ask | show | jobs
by machosx 4091 days ago
Why not just use while(1)?
1 comments

Personal preference. Some people think "for(;;)" looks nicer.
the "for" version is also shorter by a single byte.