Originally posted by Spike
View Post
like you have an issue with loop{} constructs: it is a feature in hcc
which is actually an optimized version of while(1){} or do{}while(1)
with the always-true condition eliminated. (and I do love that one.)





Leave a comment: