C/stdbool.h

En Galilibros, o Wikibooks en galego.
< C
C
← Volver a stdarg.h stdbool.h Seguir con stddef.h


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.


C
← Volver a stdarg.h stdbool.h Seguir con stddef.h