Sync usage with man page.
[netbsd-mini2440.git] / gnu / lib / libg++ / g++-include / bool.h
blobe843aa9c471e818620079938020469293dd243d2
2 #ifndef _bool_h
3 #ifdef __GNUG__
4 #pragma once
5 #endif
6 #define _bool_h 1
8 enum bool { FALSE = 0, TRUE = 1 };
10 #endif