-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: unknown type name 'bool' #31
Comments
C doesn't have native support for |
After adding
|
If I create a header file with the |
Thank you. I found that a few of headers use C++ code. |
How to configure Chet if header uses
bool
type, but it does not define#include <stdbool.h>
For the example code:
Chet returns the following error:
error: unknown type name 'bool'
The text was updated successfully, but these errors were encountered: