* added compilers lcc and bcc (linux86)
[mascara-docs.git] / compilers / linux86-0.16.17 / libc / include / stddef.h
blob3b446acc487b58b654a2731fc65f5728baf3058f
1 /* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2 * This file is part of the Linux-8086 C library and is distributed
3 * under the GNU Library General Public License.
4 */
5 /* We don't care, ignore GCC's __need hackery */
7 #ifndef __STDDEF_H
8 #define __STDDEF_H
10 #include <sys/types.h>
12 #ifndef NULL
13 #define NULL ((void*)0)
14 #endif
16 #endif /* __STDDEF_H */