home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / libtool_393.lzh / LibTool / AsmComplex / Complex.fd < prev    next >
Text File  |  1990-10-28  |  619b  |  16 lines

  1. ##base ComplexBase *the name of our base used by C glue code and C PRAGMAS
  2. ##name complex     *the name of our library (i.e. simple.library)
  3. ##vers 1           *version #
  4. ##revs 0           *revision #
  5. ##open OpenUp      *to be called for each app that opens the lib
  6. ##clos CloseUp     *to be called for each app that closes the lib
  7. ##libid complex asm lib (ver 1.0)
  8. ##bias 30         *first function is always at an offset of -30 from lib base
  9. *Here are all of the lib functions callable by an application
  10. ##ret struct Window *
  11. MakeWindow()
  12. ##ret void
  13. PrintMsg(x,y,window,msg)(D0,D1,A0,A1)
  14. RemWindow(window)(A0)
  15. ##end
  16.