This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
RE: stdbool.h ?
- From: "Jon Beniston" <jon at beniston dot com>
- To: "'Emmanuel Blot'" <eblot dot ml at gmail dot com>, <newlib at sourceware dot org>
- Date: Thu, 26 Sep 2019 12:20:29 +0100
- Subject: RE: stdbool.h ?
- References: <D884142B-CEC1-425C-BF8E-CD1DF7B50129@gmail.com>
Hi Emmanuel,
That's usually provided by gcc.
./lib/gcc/target/version/include/stdbool.h
Cheers,
Jon
-----Original Message-----
From: newlib-owner@sourceware.org <newlib-owner@sourceware.org> On Behalf Of Emmanuel Blot
Sent: 26 September 2019 12:12
To: newlib@sourceware.org
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.