home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
Harvest C
/
Source Code
/
Harvest.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
|
1992-01-16
|
127 b
|
11 lines
|
[
TEXT/KAHL
]
#ifndef __HARVEST_H__
#define __HARVEST_H__
#define NDEBUG 1
#define P__H *
#define Via(x) (P__H(x))
#endif __HARVEST_H__