Loading...
Searching...
No Matches
Go to the documentation of this file.
22#ifndef ATSC_BASETYPE_H_
23#define ATSC_BASETYPE_H_
29typedef unsigned char uint8_t;
36typedef short int int16_t;
43typedef unsigned short uint16_t;
57typedef unsigned int uint32_t;
64typedef long int int64_t;
71typedef unsigned long int uint64_t;
78typedef long long UINT_64;
85typedef float FLOAT_32;
92typedef double FLOAT_64;