blob: 213c89bf7496f0802b3055fb00339f9659432b9a [file] [log] [blame]
#ifndef I386_STDDEF_H
#define I386_STDDEF_H
#define NULL ((void *)0)
typedef unsigned long size_t;
#endif /* I386_STDDEF_H */