#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <endian.h>
#include <ctype.h>
#include "tools.h"
Go to the source code of this file.
Define Documentation
Typedef Documentation
Datatype for storing a 16-bit cardinal.
Datatype for storing a 32-bit cardinal.
typedef unsigned long long card64 |
Datatype for storing a 64-bit cardinal.
typedef unsigned char card8 |
Datatype for storing a 8-bit cardinal.
Datatype for storing a default-sized cardinal (32 bits minimum).
typedef signed short int16 |
Datatype for storing a 16-bit integer.
Datatype for storing a 32-bit intger.
typedef signed long long int64 |
Datatype for storing an 64-bit integer.
Datatype for storing an 8-bit integer.
Datatype for storing a default-sized integer (32 bits minimum).
typedef signed char sbyte |
Datatype for storing a signed char.
typedef unsigned char ubyte |
Datatype for storing an unsigned char.