I was just writing code in C and it turns out it doesn\'t have a boolean/bool datatype. Is there any C library which I can include to give me the ability to return a boolean
C99 has a bool type. To use it,
bool
#include