mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 06:32:32 +01:00
3 lines
63 B
C
3 lines
63 B
C
|
#pragma once
|
||
|
#include_next <stdint.h>
|
||
|
typedef intptr_t ssize_t;
|