tools/nolibc: add stdbool.h header
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 25 Jul 2024 17:10:44 +0000 (19:10 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 29 Jul 2024 05:52:57 +0000 (07:52 +0200)
commitae1f550efc11eaf1496c431d9c6e784cb49124c5
tree9ab21df78dd0169349236e1c4871f52d67736d0c
parent6ea2987c9a7b6c5f37d08a3eaa664c9ff7467670
tools/nolibc: add stdbool.h header

stdbool.h is very simple.
Provide an implementation for the user convenience.

Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20240725-nolibc-stdbool-v1-1-a6ee2c80bcde@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/stdbool.h [new file with mode: 0644]