summaryrefslogtreecommitdiffstats
path: root/stddef.h
blob: 213c89bf7496f0802b3055fb00339f9659432b9a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef I386_STDDEF_H
#define I386_STDDEF_H

#define NULL ((void *)0)

typedef unsigned long size_t;

#endif /* I386_STDDEF_H */