uLib  User mode C/C++ extended API library for Win32 programmers.
Types.h File Reference

Go to the source code of this file.

Typedefs

typedef const char cchar
 
typedef const char * cstr
 
typedef const cstr ccstr
 
typedef unsigned char byte
 
typedef unsigned short word
 
typedef unsigned long dword
 
typedef unsigned char uchar
 
typedef unsigned int uint
 
typedef unsigned short ushort
 
typedef unsigned long ulong
 
typedef signed __int64 int64
 
typedef unsigned __int64 uint64
 
typedef uint64 qword
 
typedef signed char int8
 
typedef signed short int16
 
typedef signed long int32
 
typedef unsigned char uint8
 
typedef unsigned short uint16
 
typedef unsigned long uint32
 
typedef void * pvoid
 
typedef float * pfloat
 
typedef double * pdouble
 
typedef int * pint
 
typedef short * pshort
 
typedef long * plong
 
typedef uintpuint
 
typedef ushortpushort
 
typedef ulongpulong
 
typedef int8pint8
 
typedef int16pint16
 
typedef int32pint32
 
typedef int64pint64
 
typedef uint8puint8
 
typedef uint16puint16
 
typedef uint32puint32
 
typedef uint64puint64