Windows PowerShell command on Get-command stdbool
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man stdbool

Headers stdbool.h(3HEAD)

NAME

stdbool.h, stdbool - boolean type and values

SYNOPSIS

#include

DESCRIPTION

The 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.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| Standard | See standards(5). |

|_____________________________|_____________________________|

SEE ALSO

attributes(5), standards(5)

SunOS 5.11 Last change: 10 Sep 2004 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™