Ok. I got it. Thank you sir.
On Thu, May 8, 2025, 4:26 AM Joseph Myers wrote:
> On Tue, 6 May 2025, SAKSHAM JOSHI wrote:
>
> > I am submitting a patch for the GCC compiler's "stdbool.h" to optimize
> the
> > size of the true and false macros in the C programming language.
> Currently,
> > the si
On Tue, 6 May 2025, SAKSHAM JOSHI wrote:
> I am submitting a patch for the GCC compiler's "stdbool.h" to optimize the
> size of the true and false macros in the C programming language. Currently,
> the size of the true and false macros is 4 bytes, whereas the _Bool
> datatype is 1 byte in size. Th
Dear GCC Patches Team,
I hope this message finds you well.
I am submitting a patch for the GCC compiler's "stdbool.h" to optimize the
size of the true and false macros in the C programming language. Currently,
the size of the true and false macros is 4 bytes, whereas the _Bool
datatype is 1 byte