Just simple Boolean definitions. More...
Go to the source code of this file.
Defines | |
#define | FALSE (0) |
Define the bool value FALSE as 0. | |
#define | TRUE !FALSE |
Define the bool value TRUE as !FALSE. | |
Typedefs | |
typedef int | bool |
Standard boolean type, this kind of variable should be TRUE or FALSE only. |
Just simple Boolean definitions.
Copyright (C) 2010
Andrea Florio 2010 <andrea@opensuse.org>
Giuseppe Grassi 2010 <gra.giu@alice.it>
This Project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This Project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
#define FALSE (0) |
Define the bool value FALSE as 0.
#define TRUE !FALSE |
Define the bool value TRUE as !FALSE.