dattypes.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _DATTYPES_H
00024 #define _DATTYPES_H
00025
00026 #include <stdio.h>
00027 #include <sys/types.h>
00028
00029 #undef uchar
00030 #undef ushort
00031 #undef ulong
00032
00036 typedef unsigned char uchar;
00037
00041 typedef unsigned short ushort;
00042
00046 typedef unsigned long ulong;
00047
00048 ushort readShort(FILE *fh);
00049 ulong readLong (FILE *fh);
00050
00051 void printfdebug(const char *s,int a=0,int b=0, int c=0);
00052 void printfdebug(const char *s,int a,long b);
00053 void printfdebug(const char *s,double a,double b=0, double c=0);
00054
00055 #endif
This file is part of the documentation for libkmid Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:44:22 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003