home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
unixlib36d
/
clib
/
h
/
stddef
< prev
next >
Wrap
Text File
|
1994-02-26
|
188b
|
15 lines
/* stddef.h (c) Copyright 1990 H.Rogers */
#ifndef __STDDEF_H
#define __STDDEF_H
#ifndef __SYS_TYPES_H
#include <sys/types.h>
#endif
#ifndef __ERRNO_H
#include <errno.h>
#endif
#endif