2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-24 12:11:33 +00:00

Added missing ssize_t

This commit is contained in:
Michael Brown 2006-04-25 12:55:23 +00:00
parent cf3783b4ca
commit 7a82c3eca3

View File

@ -2,6 +2,7 @@
#define STDINT_H
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef signed long off_t;
typedef unsigned char uint8_t;