typedefs.h File Reference

Common type definitions Currently only supports Windows and Linux operating systems. Need to add support for other "older systems such as VAX, DECC, Unix Alpha etc. More...

#include "win32.h"

Include dependency graph for typedefs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char byte
typedef unsigned char uint8
typedef unsigned short uint16
typedef unsigned int uint32
typedef char int8
typedef short int16
typedef int int32


Detailed Description

Common type definitions Currently only supports Windows and Linux operating systems. Need to add support for other "older systems such as VAX, DECC, Unix Alpha etc.

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file typedefs.h.


Typedef Documentation

typedef unsigned char byte

byte type definition

Definition at line 20 of file typedefs.h.

typedef unsigned short uint16

type definition for unsigned short (16 bits)

Definition at line 22 of file typedefs.h.

typedef unsigned int uint32

type definition for unsigned int (32 bits)

Definition at line 23 of file typedefs.h.

typedef unsigned char uint8

type definition for unsigned char (same as byte, 8 bits)

Definition at line 21 of file typedefs.h.


Documentation generated with DoxyGen