RE: stdbool.h ?
"Jon Beniston" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Emmanuel, That's usually provided by gcc. ./lib/gcc/target/version/include/stdbool.h Cheers, Jon -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Emmanuel Blot Sent: 26 September 2019 12:12 To: [email protected] Subject: stdbool.h ? Hi, I’m not able to find stdbool.h header file in newlib source code (neither in 3.1 tarball nor in git repository). As I understand that newlib in compliant with C99 (am I wrong?), should not it be part of the newlib base code, as stdint.h is? Thanks, Emmanuel.