summaryrefslogtreecommitdiff
path: root/src/stddef.h
blob: 57a0297eca85027dc64c255c74a677a7d9809c70 (plain)
1
2
3
4
5
6
7
8
#ifndef STDDEF_H
#define STDDEF_H

#define NULL ( (void *)0 )

#define size_t uint32_t

#endif /* STDDEF_H */