SameBoy/Windows/stdint.h
Lior Halphon 4d5dc6a30e Cleanup
2017-05-24 21:44:43 +03:00

3 lines
63 B
C
Executable File

#pragma once
#include_next <stdint.h>
typedef intptr_t ssize_t;