Make stdbool.h C++ compatiable
The problem here is that _Bool type is not defined in C++ yet this file is using it. That leads to issues when compiling gcc. I borrowed the same techniques used in other stdbool.h
Loading
Please register or sign in to comment