home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 August
/
PCO0897.ISO
/
filesbbs
/
os2
/
plnk065.arj
/
PLNK065.ZIP
/
pilot-link.0.6.5
/
include
/
pi-args.h
< prev
next >
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
|
1997-05-23
|
266 b
|
8 lines
#if ((defined(__STDC__) || defined(SABER)) && !defined(NO_PROTOTYPE)) || defined(__cplusplus) || defined(USE_PROTOTYPE) || defined(CAN_PROTOTYPE)
# define PI_ARGS(x) x
# define PI_CONST const
#else
# define PI_ARGS(x) ()
# define PI_CONST
#endif