pass a test
This commit is contained in:
parent
7cfdc91e1f
commit
271e079a75
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue