Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #identifier #bool #undefined
ADD COMMENT
Topic
Name
2+6 =