home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
shells
/
sh03src.zoo
/
sh-pl03
/
sh
/
sys
/
cdefs.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-02-16
|
192 b
|
16 lines
#ifndef cdefs_h
#define cdefs_h
#include <stddef.h>
#include <sys/types.h>
#include <signal.h>
typedef void *sig_t;
#ifdef __STDC__
# define __P(x) x
#else
# define __P(x) ()
#endif
#endif