History log of /relibc/include/stdbool.h (Results 1 – 5 of 5)
Revision Date Author Comments
# ca8b848b 14-Jun-2020 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'headers' into 'master'

Headers

See merge request redox-os/relibc!280


# a125b8be 14-Jun-2020 oddcoder <ahmedsoliman@oddcoder.com>

Make stdbool.h C++ compatiable

The problem here is that _Bool type is not defined in C++ yet this file
is using it. That leads to issues when compiling gcc. I borrowed the
same techniques used in ot

Make stdbool.h C++ compatiable

The problem here is that _Bool type is not defined in C++ yet this file
is using it. That leads to issues when compiling gcc. I borrowed the
same techniques used in other stdbool.h

show more ...


# 457d3972 03-Mar-2018 Paul Sajna <paulsajna@gmail.com>

merge with origin, put unistd back the way it was


# d64dba1c 03-Mar-2018 Jeremy Soller <jackpot51@gmail.com>

Use patched cbindgen, implement stdbool and stdint


# a9aae80a 03-Mar-2018 Jeremy Soller <jackpot51@gmail.com>

WIP: Define common types