3 lines
63 B
C
3 lines
63 B
C
|
#pragma once
|
||
|
#include_next <stdint.h>
|
||
|
typedef intptr_t ssize_t;
|