System Wide Global Technical Data Type Definitions.
More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
|
#define | USE_UNWANTED_PARAM(param) param = param |
| |
|
#define | FALSE 0 |
| |
|
#define | TRUE 1 |
| |
|
|
typedef uint8_t | U8BIT |
| |
|
typedef int8_t | S8BIT |
| |
|
typedef uint16_t | U16BIT |
| |
|
typedef int16_t | S16BIT |
| |
|
typedef uint32_t | U32BIT |
| |
|
typedef int32_t | S32BIT |
| |
|
typedef void * | PVOID |
| |
|
typedef U8BIT * | PU8BIT |
| |
|
typedef U8BIT | BOOLEAN |
| |
System Wide Global Technical Data Type Definitions.
- Date
- August 2006
- Author
- Paul Marshall
Definition in file techtype.h.