SyntaxFix
Write A Post
Hire A Developer
Questions
In the tradition of itoa():
itoa()
#define btoa(x) ((x)?"true":"false") bool x = true; printf("%s\n", btoa(x));