13 lines
165 B
C
13 lines
165 B
C
/* @(#)stddef.h 1.1 92/07/30 SMI */
|
|
|
|
#ifndef __stddef_h
|
|
#define __stddef_h
|
|
|
|
#include <sys/stdtypes.h>
|
|
|
|
#ifndef NULL
|
|
#define NULL 0
|
|
#endif
|
|
|
|
#endif /* !__stddef_h */
|