C/stdbool.h
Aparencia
< C
Este ficheiro de cabeceira serve para o uso de valores lóxicos (1 ou 0). Pode incluírse nun código fonte mediante a seguinte directriz:
#include <stdbool.h>
Claves
[editar]bool
[editar]Substitúese por _Bool.
true
[editar]Substitúese por 1.
false
[editar]Substitúese por 0.
__bool_true_false_are_defined
[editar]Substitúese por 1.