mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[liba] Define ptrdiff_t
This commit is contained in:
committed by
LeaNumworks
parent
da755cafe5
commit
fc80180d46
@@ -5,6 +5,7 @@
|
||||
|
||||
typedef int ssize_t;
|
||||
typedef unsigned int size_t;
|
||||
typedef int ptrdiff_t;
|
||||
|
||||
#define offsetof(type, field) __builtin_offsetof(type, field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user