"Fossies" - the Fresh Open Source Software Archive

Member "qdiff-0.9.1/ttypes.h" (21 Oct 2008, 1162 Bytes) of package /linux/privat/old/qdiff-0.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "ttypes.h" see the Fossies "Dox" file reference documentation.

    1 /*GPL*START*
    2  * 
    3  * tapplication frame helper - define generic types
    4  * 
    5  * Copyright (C) 1998 by Johannes Overmann <overmann@iname.com>
    6  * Copyright (C) 2008 by Tong Sun <suntong001@users.sourceforge.net>
    7  * 
    8  * This program is free software; you can redistribute it and/or modify
    9  * it under the terms of the GNU General Public License as published by
   10  * the Free Software Foundation; either version 2 of the License, or
   11  * (at your option) any later version.
   12  * 
   13  * This program is distributed in the hope that it will be useful,
   14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
   15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   16  * GNU General Public License for more details.
   17  * 
   18  * You should have received a copy of the GNU General Public License along
   19  * with this program; if not, write to the Free Software Foundation, Inc.,
   20  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   21  * *GPL*END*/  
   22 
   23 #ifndef _ngw_ttypes_h_
   24 #define _ngw_ttypes_h_
   25 
   26 typedef unsigned long ulong;
   27 typedef unsigned int uint;
   28 typedef unsigned short ushort;
   29 typedef unsigned char uchar;
   30 typedef signed char schar;
   31 
   32 #endif // _ngw_ttypes_h_