home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk393.lzh / LibTool / CSimple / SimpleC.fd < prev    next >
Text File  |  1990-10-28  |  480b  |  14 lines

  1. ##base SimpleBase *the name of our base used by C glue code and C PRAGMAS
  2. ##name simple     *the name of our library (i.e. simple.library)
  3. ##vers 1          *version #
  4. ##revs 0          *revision #
  5. ##libid  simple C lib (ver 1.0)
  6. ##bias 30         *first function is always at an offset of -30 from lib base
  7. *Here are all of the lib functions callable by an application
  8. *The all return ULONG
  9. ##ret ULONG
  10. Add2Numbers(num1,num2)
  11. Sub2Numbers(num1,num2)
  12. Mult2Numbers(num1,num2)
  13. ##end
  14.