1 /*****************************************************************************/
5 /* C99 Boolean definitions */
9 /* (C) 2002 Greg King */
12 /* This software is provided "as-is," without any expressed or implied */
13 /* warranty. In no event will the authors be held liable for any damages */
14 /* arising from the use of this software. */
16 /* Permission is granted to anyone to use this software for any purpose, */
17 /* including commercial applications, and to alter and redistribute it */
18 /* freely, subject to the following restrictions: */
20 /* 1. The origin of this software must not be misrepresented; you must not */
21 /* claim that you wrote the original software. If you use this software */
22 /* in a product, an acknowledgment, in the product's documentation, */
23 /* would be appreciated, but is not required. */
24 /* 2. Alterred source versions must be marked plainly as such, */
25 /* and must not be misrepresented as being the original software. */
26 /* 3. This notice may not be removed or alterred */
27 /* from any source distribution. */
28 /*****************************************************************************/
38 typedef unsigned char _Bool;
40 /* Standard test-results. */
44 /* All three names are macroes. */
45 #define __bool_true_false_are_defined 1
49 /* End of stdbool.h */