pass a test

This commit is contained in:
zeromus 2020-04-06 02:01:20 -04:00
parent 7cfdc91e1f
commit 271e079a75
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define SIZEOF_INT sizeof(int)
#define SIZEOF_LONG sizeof(long)
#define SIZEOF_LONG_LONG sizeof(long long)
#define SIZEOF_OFF_T sizeof(void*)
#define SIZEOF_OFF_T sizeof(off_t)
#define SIZEOF_PTRDIFF_T sizeof(void*)
#define SIZEOF_SIZE_T sizeof(size_t)
#define SIZEOF_VOID_P sizeof(void*)