stddef.h: size_t
This commit is contained in:
parent
c82f60c685
commit
4ee23cd145
1 changed files with 5 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
|||
#ifndef STDDEF_H
|
||||
#define STDDEF_H
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
|
||||
#ifndef size_t
|
||||
#define size_t uint64_t
|
||||
#endif
|
||||
|
||||
#endif // STDDEF_H
|
||||
|
|
Loading…
Add table
Reference in a new issue