Hacker News new | ask | show | jobs
by Longhanks 1002 days ago
No, marcosdumay wrote 'typedef bool int', by which he/she probably meant 'typedef int bool', which was not so uncommon when there was no native bool type in C, since the former would be illegal since the standard forbids typedefing already existent types such as int. strkitten informed about the probable typo.
1 comments

Sorry, I managed to miss the context.