mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
5 lines
61 B
C
5 lines
61 B
C
#include <stdint.h>
|
|
|
|
uint32_t swap_endian32(uint32_t data);
|
|
|