SameBoy/Windows/stdint.h

3 lines
63 B
C
Raw Permalink Normal View History

2017-05-24 18:44:43 +00:00
#pragma once
#include_next <stdint.h>
typedef intptr_t ssize_t;