Query: stdbool
OS: sunos
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stdbool.h(3HEAD) Headers stdbool.h(3HEAD)NAMEstdbool.h, stdbool - boolean type and valuesSYNOPSIS#include <stdbool.h>DESCRIPTIONThe <stdbool.h> header defines the following macros: bool expands to _Bool true expands to the integer constant 1 false expands to the integer constant 0 __bool_true_false_are_defined expands to the integer constant 1 An application can undefine and then possibly redefine the macros bool, true, and false.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOattributes(5), standards(5) SunOS 5.10 10 Sep 2004 stdbool.h(3HEAD)
Related Man Pages |
---|
monetary(3head) - sunos |
string(3head) - sunos |
stdbool.h(7posix) - posix |
stdbool.h(3head) - centos |
monetary.h(3head) - centos |
Similar Topics in the Unix Linux Community |
---|
Building an argc/argv style structure from a string (char*) |
unable to send a char parameter from main to a function |
Main.c:(.text+0x55): undefined reference to |
Leaving directory Error |