#include <arch/types.h>


Go to the source code of this file.
This file defines the standard C99 integer types like int8_t and friends. These are normally provided by the C library, but since this library is designed for running without one, we need to provide them ourselves.
Note that this file does not define all the types specified by the C99 standard.
Definition in file stdint.h.
1.5.8