RetroArch
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
static uint16_t | u8array_to_u16 (const uint8_t *item, int offset) |
static uint32_t | u8array_to_u32 (const uint8_t *item, int offset) |
static void | u16_to_u8array (uint8_t *item, int offset, uint16_t value) |
static void | u32_to_u8array (uint8_t *item, int offset, uint32_t value) |