#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <math.h>
#include <iostream>
#include <endian.h>
#include <stdint.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.
Datatype for storing a 64-bit cardinal.
Datatype for storing a 8-bit cardinal.
Datatype for storing a default-sized cardinal (32 bits minimum).
Datatype for storing a 16-bit integer.
Datatype for storing a 32-bit intger.
Datatype for storing an 64-bit integer.
Datatype for storing an 8-bit integer.
Datatype for storing a default-sized integer (32 bits minimum).
Datatype for storing a signed char.
Datatype for storing an unsigned char.