ReactOS 0.4.16-dev-297-gc569aee
|
#include "arch/cc.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>
#include <inttypes.h>
#include <limits.h>
#include <ctype.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | u8_t |
typedef int8_t | s8_t |
typedef uint16_t | u16_t |
typedef int16_t | s16_t |
typedef uint32_t | u32_t |
typedef int32_t | s32_t |
typedef uintptr_t | mem_ptr_t |
typedef int | ssize_t |
Support for different processor and compiler architectures
Definition in file arch.h.