home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d150
/
execlib.lha
/
ExecLib
/
libfuncs.c
< 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
|
1987-06-15
|
103 b
|
13 lines
int fl_Plus( x, y )
int x, y;
{
return(x+y);
}
int fl_Minus( x, y )
int x, y;
{
return(x-y);
}