home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
psion
/
opp16f_zip
/
INCLUDE
/
OPP
/
MISC.OPH
< 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
Text File
|
1996-01-22
|
273 b
|
20 lines
#ifndef MISC_OPH
#define MISC_OPH
#define TRUE -1
#define FALSE 0
#define OK 0
#define NULL 0
#define ENDOF -36
#define EOL 10
#define FOR(var,start,end,step) \
var=start-step :\
while var<=(end-step) :\
var=var+step
#define ENDFOR endwh
#endif