home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / clisp / fd / asl.affi < prev    next >
Text File  |  1977-12-31  |  431b  |  12 lines

  1. (in-package "AFFI")
  2. (declare-library-base :ASLBASE "asl.library")
  3.  
  4. (defflibfun 'ALLOCFILEREQUEST 'ASLBASE -30 #x0 '*)
  5. (defflibfun 'FREEFILEREQUEST 'ASLBASE -36 #x9 () :external)
  6. (defflibfun 'REQUESTFILE 'ASLBASE -42 #x9 0 :external)
  7. (defflibfun 'ALLOCASLREQUEST 'ASLBASE -48 #x91 '* 4 '*)
  8. (defflibfun 'FREEASLREQUEST 'ASLBASE -54 #x9 () :external)
  9. (defflibfun 'ASLREQUEST 'ASLBASE -60 #xA9 0 :external '*)
  10.  
  11. (provide "asl.library")
  12.