Wiicom API Lib
 Tutto Strutture dati File Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Definizioni Gruppi
Boolean definition

The definition of the Boolean values true and false is present in wiicom_libutil.h. Continua...

Definizioni

#define FALSE   0
 
#define TRUE   1
 

Descrizione dettagliata

The definition of the Boolean values true and false is present in wiicom_libutil.h.

Documentazione delle definizioni

#define FALSE   0

Definition of the boolean value false

#define TRUE   1

Definition of the boolean value true