src/bool.h File Reference

Just simple Boolean definitions. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Just simple Boolean definitions.

Author:
Andrea Florio <andrea@opensuse.org>
Giuseppe Grassi <gra.giu@alice.it>
Version:
0.2
Date:
2010

License

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 Documentation

#define FALSE   (0)

Define the bool value FALSE as 0.

#define TRUE   !FALSE

Define the bool value TRUE as !FALSE.


Typedef Documentation

int bool

Standard boolean type, this kind of variable should be TRUE or FALSE only.

 All Data Structures Files Functions Variables Typedefs Defines
Generated on Thu Jun 10 16:35:57 2010 for libstringpool by  doxygen 1.6.3