Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

defines.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           defines.h  -  description
00003                              -------------------
00004     begin                : Wed Apr 10 2002
00005     copyright            : (C) 2002 by Sheldon Lee Wen
00006     email                : tormak@rogers.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #define gint int
00019 #define gchar char
00020 #define g_print printf
00021 #define gboolean int
00022 #define g_warning printf
00023 #define gpointer void*
00024 #define guint unsigned int
00025 #define g_free free
00026 #define TRUE 1
00027 #define FALSE 0

Generated on Thu May 16 23:43:08 2002 for KLineakConfig by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002