Files
Arquivotheca.SunOS-4.1.4/include/stddef.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
165 B
C

/* @(#)stddef.h 1.1 94/10/31 SMI */
#ifndef __stddef_h
#define __stddef_h
#include <sys/stdtypes.h>
#ifndef NULL
#define NULL 0
#endif
#endif /* !__stddef_h */