STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
VS2013
inc
stdbool.h
Go to the documentation of this file.
1
/* stdbool.h standard header */
2
3
#ifndef _STDBOOL
4
#define _STDBOOL
5
6
#define __bool_true_false_are_defined 1
7
8
#ifndef __cplusplus
9
10
#define bool _Bool
11
#define false 0
12
#define true 1
13
14
#endif
/* __cplusplus */
15
16
#endif
/* _STDBOOL */
17
18
/*
19
* Copyright (c) 1992-2010 by P.J. Plauger. ALL RIGHTS RESERVED.
20
* Consult your license regarding permissions and restrictions.
21
V5.30:0009 */
Generated on Sun Jul 23 2017 09:59:52 for STLdoc by
1.8.8