Merge pull request #45653 from migueldeicaza/patch-1

C conformance: Replace "bool" as the base definition for boolean with char
This commit is contained in:
Rémi Verschelde 2021-02-02 22:04:39 +01:00 committed by GitHub
commit 235d891e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
////// bool