Answers for "identifier bool is undefined in c"

C
0

identifier bool is undefined in c

//You can surround your code with
#ifndef __cplusplus
typedef unsigned char bool;
static const bool False = 0;
static const bool True = 1;
#endif
Posted by: Guest on October-16-2021

Code answers related to "C"

Browse Popular Code Answers by Language