NAME

stdbool.h — header file for boolean type and values.

SYNOPSIS

#include "libc/include/stdbool.h"

DESCRIPTION

The <stdbool.h> header shall define the following macros:

An application may undefine and then possibly redefine the macros bool, true, and false.

BUGS

See GitHub Issues: https://github.com/takashiidobe/libc/issues

AUTHOR

Takashi Idobe mail@takashiidobe.com

SEE ALSO

None.