Source: klineakconfig/defines.h
|
|
|
|
/***************************************************************************
defines.h - description
-------------------
begin : Wed Apr 10 2002
copyright : (C) 2002 by Sheldon Lee Wen
email : tormak@rogers.com
***************************************************************************/
/***************************************************************************
* *
* This program 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 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#define gint int
#define gchar char
#define g_print printf
#define gboolean int
#define g_warning printf
#define gpointer void*
#define guint unsigned int
#define g_free free
#define TRUE 1
#define FALSE 0
Generated by: sheldonl on shugaru.khardan on Thu May 16 23:41:27 2002, using kdoc 2.0a53. |