home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
libtool_463
/
csimple
/
simplec.fd
< prev
next >
Wrap
Text File
|
1990-06-27
|
480b
|
14 lines
##base SimpleBase *the name of our base used by C glue code and C PRAGMAS
##name simple *the name of our library (i.e. simple.library)
##vers 1 *version #
##revs 0 *revision #
##libid simple C lib (ver 1.0)
##bias 30 *first function is always at an offset of -30 from lib base
*Here are all of the lib functions callable by an application
*The all return ULONG
##ret ULONG
Add2Numbers(num1,num2)
Sub2Numbers(num1,num2)
Mult2Numbers(num1,num2)
##end