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

  1. (in-package "AFFI")
  2. (declare-library-base :SYSBASE "exec.library")
  3. (format *error-output* "~&;;; Warning: Please adapt the prototypes for ~S manually!~%" "exec.library")
  4.  
  5. (defflibfun 'SUPERVISOR 'SYSBASE -30 #xE '* '*)
  6. (defflibfun 'INITCODE 'SYSBASE -72 #x21 '* '* '*)
  7. (defflibfun 'INITSTRUCT 'SYSBASE -78 #x1BA '* '* '* '*)
  8. (defflibfun 'MAKELIBRARY 'SYSBASE -84 #x21BA9 '* '* '* '* '* '*)
  9. (defflibfun 'MAKEFUNCTIONS 'SYSBASE -90 #xBA9 '* '* '* '*)
  10. (defflibfun 'FINDRESIDENT 'SYSBASE -96 #xA '* 'string)
  11. (defflibfun 'INITRESIDENT 'SYSBASE -102 #x2A '* '* '*)
  12. (defflibfun 'ALERT 'SYSBASE -108 #x8 '* 4)
  13. (defflibfun 'DEBUG 'SYSBASE -114 #x1 () 4)
  14. (defflibfun 'DISABLE 'SYSBASE -120 #x0 ())
  15. (defflibfun 'ENABLE 'SYSBASE -126 #x0 ())
  16. (defflibfun 'FORBID 'SYSBASE -132 #x0 ())
  17. (defflibfun 'PERMIT 'SYSBASE -138 #x0 ())
  18. (defflibfun 'SETSR 'SYSBASE -144 #x21 '* '* '*)
  19. (defflibfun 'SUPERSTATE 'SYSBASE -150 #x0 '*)
  20. (defflibfun 'USERSTATE 'SYSBASE -156 #x1 '* '*)
  21. (defflibfun 'SETINTVECTOR 'SYSBASE -162 #xA1 '* '* '*)
  22. (defflibfun 'ADDINTSERVER 'SYSBASE -168 #xA1 '* '* '*)
  23. (defflibfun 'REMINTSERVER 'SYSBASE -174 #xA1 '* '* '*)
  24. (defflibfun 'CAUSE 'SYSBASE -180 #xA '* '*)
  25. (defflibfun 'ALLOCATE 'SYSBASE -186 #x19 '* '* '*)
  26. (defflibfun 'DEALLOCATE 'SYSBASE -192 #x1A9 '* '* '* '*)
  27. (defflibfun 'ALLOCMEM 'SYSBASE -198 #x21 '* '4 '4)
  28. (defflibfun 'ALLOCABS 'SYSBASE -204 #xA1 '* '* '*)
  29. (defflibfun 'FREEMEM 'SYSBASE -210 #x1A () '* 4)
  30. (defflibfun 'AVAILMEM 'SYSBASE -216 #x2 4 4)
  31. (defflibfun 'ALLOCENTRY 'SYSBASE -222 #x9 '* '*)
  32. (defflibfun 'FREEENTRY 'SYSBASE -228 #x9 '* '*)
  33. (defflibfun 'INSERT 'SYSBASE -234 #xBA9 '* '* '* '*)
  34. (defflibfun 'ADDHEAD 'SYSBASE -240 #xA9 '* '* '*)
  35. (defflibfun 'ADDTAIL 'SYSBASE -246 #xA9 '* '* '*)
  36. (defflibfun 'REMOVE 'SYSBASE -252 #xA '* '*)
  37. (defflibfun 'REMHEAD 'SYSBASE -258 #x9 '* '*)
  38. (defflibfun 'REMTAIL 'SYSBASE -264 #x9 '* '*)
  39. (defflibfun 'ENQUEUE 'SYSBASE -270 #xA9 '* '* '*)
  40. (defflibfun 'FINDNAME 'SYSBASE -276 #xA9 '* '* 'string)
  41. (defflibfun 'ADDTASK 'SYSBASE -282 #xCBA '* '* '* '*)
  42. (defflibfun 'REMTASK 'SYSBASE -288 #xA '* '*)
  43. (defflibfun 'FINDTASK 'SYSBASE -294 #xA '* 'string)
  44. (defflibfun 'SETTASKPRI 'SYSBASE -300 #x1A '* '* '*)
  45. (defflibfun 'SETSIGNAL 'SYSBASE -306 #x21 '* '* '*)
  46. (defflibfun 'SETEXCEPT 'SYSBASE -312 #x21 '* '* '*)
  47. (defflibfun 'WAIT 'SYSBASE -318 #x1 4 4)
  48. (defflibfun 'SIGNAL 'SYSBASE -324 #x1A () '* 4)
  49. (defflibfun 'ALLOCSIGNAL 'SYSBASE -330 #x1 -1 -1)
  50. (defflibfun 'FREESIGNAL 'SYSBASE -336 #x1 () -1)
  51. (defflibfun 'ALLOCTRAP 'SYSBASE -342 #x1 '* '*)
  52. (defflibfun 'FREETRAP 'SYSBASE -348 #x1 '* '*)
  53. (defflibfun 'ADDPORT 'SYSBASE -354 #xA '* '*)
  54. (defflibfun 'REMPORT 'SYSBASE -360 #xA '* '*)
  55. (defflibfun 'PUTMSG 'SYSBASE -366 #xA9 () '* '*)
  56. (defflibfun 'GETMSG 'SYSBASE -372 #x9 '* '*)
  57. (defflibfun 'REPLYMSG 'SYSBASE -378 #xA () '*)
  58. (defflibfun 'WAITPORT 'SYSBASE -384 #x9 '* '*)
  59. (defflibfun 'FINDPORT 'SYSBASE -390 #xA '* 'string)
  60. (defflibfun 'ADDLIBRARY 'SYSBASE -396 #xA '* '*)
  61. (defflibfun 'REMLIBRARY 'SYSBASE -402 #xA '* '*)
  62. (defflibfun 'OLDOPENLIBRARY 'SYSBASE -408 #xA '* '*)
  63. (defflibfun 'CLOSELIBRARY 'SYSBASE -414 #xA () '*)
  64. (defflibfun 'SETFUNCTION 'SYSBASE -420 #x19A '* '* '* '*)
  65. (defflibfun 'SUMLIBRARY 'SYSBASE -426 #xA '* '*)
  66. (defflibfun 'ADDDEVICE 'SYSBASE -432 #xA '* '*)
  67. (defflibfun 'REMDEVICE 'SYSBASE -438 #xA '* '*)
  68. (defflibfun 'OPENDEVICE 'SYSBASE -444 #x2A19 -4 'string 4 '* 4)
  69. (defflibfun 'CLOSEDEVICE 'SYSBASE -450 #xA () '*)
  70. (defflibfun 'DOIO 'SYSBASE -456 #xA -4 '*)
  71. (defflibfun 'SENDIO 'SYSBASE -462 #xA () '*)
  72. (defflibfun 'CHECKIO 'SYSBASE -468 #xA '* '*)
  73. (defflibfun 'WAITIO 'SYSBASE -474 #xA -1 '*)
  74. (defflibfun 'ABORTIO 'SYSBASE -480 #xA () '*)
  75. (defflibfun 'ADDRESOURCE 'SYSBASE -486 #xA '* '*)
  76. (defflibfun 'REMRESOURCE 'SYSBASE -492 #xA '* '*)
  77. (defflibfun 'OPENRESOURCE 'SYSBASE -498 #xA '* 'string)
  78. (defflibfun 'RAWDOFMT 'SYSBASE -522 #xCBA9 '* '* '* '* '*)
  79. (defflibfun 'GETCC 'SYSBASE -528 #x0 2)
  80. (defflibfun 'TYPEOFMEM 'SYSBASE -534 #xA 4 '*)
  81. (defflibfun 'PROCURE 'SYSBASE -540 #xA9 '* '* '*)
  82. (defflibfun 'VACATE 'SYSBASE -546 #xA9 '* '* '*)
  83. (defflibfun 'OPENLIBRARY 'SYSBASE -552 #x1A '* 'string 4)
  84. (defflibfun 'INITSEMAPHORE 'SYSBASE -558 #x9 '* '*)
  85. (defflibfun 'OBTAINSEMAPHORE 'SYSBASE -564 #x9 '* '*)
  86. (defflibfun 'RELEASESEMAPHORE 'SYSBASE -570 #x9 '* '*)
  87. (defflibfun 'ATTEMPTSEMAPHORE 'SYSBASE -576 #x9 '* '*)
  88. (defflibfun 'OBTAINSEMAPHORELIST 'SYSBASE -582 #x9 '* '*)
  89. (defflibfun 'RELEASESEMAPHORELIST 'SYSBASE -588 #x9 '* '*)
  90. (defflibfun 'FINDSEMAPHORE 'SYSBASE -594 #xA '* 'string)
  91. (defflibfun 'ADDSEMAPHORE 'SYSBASE -600 #xA '* '*)
  92. (defflibfun 'REMSEMAPHORE 'SYSBASE -606 #xA '* '*)
  93. (defflibfun 'SUMKICKDATA 'SYSBASE -612 #x0 '*)
  94. (defflibfun 'ADDMEMLIST 'SYSBASE -618 #xA9321 '* '* '* '* '* '*)
  95. (defflibfun 'COPYMEM 'SYSBASE -624 #x1A9 () '* '* 4)
  96. (defflibfun 'COPYMEMQUICK 'SYSBASE -630 #x1A9 () '* '* 4)
  97. (defflibfun 'CACHECLEARU 'SYSBASE -636 #x0 '*)
  98. (defflibfun 'CACHECLEARE 'SYSBASE -642 #x219 '* '* '* '*)
  99. (defflibfun 'CACHECONTROL 'SYSBASE -648 #x21 '* '* '*)
  100. (defflibfun 'CREATEIOREQUEST 'SYSBASE -654 #x19 '* '* '*)
  101. (defflibfun 'DELETEIOREQUEST 'SYSBASE -660 #x9 () '*)
  102. (defflibfun 'CREATEMSGPORT 'SYSBASE -666 #x0 '*)
  103. (defflibfun 'DELETEMSGPORT 'SYSBASE -672 #x9 () '*)
  104. (defflibfun 'OBTAINSEMAPHORESHARED 'SYSBASE -678 #x9 '* '*)
  105. (defflibfun 'ALLOCVEC 'SYSBASE -684 #x21 '* '* '*)
  106. (defflibfun 'FREEVEC 'SYSBASE -690 #xA '* '*)
  107. (defflibfun 'CREATEPOOL 'SYSBASE -696 #x321 '* 4 4 4)
  108. (defflibfun 'DELETEPOOL 'SYSBASE -702 #x9 () '*)
  109. (defflibfun 'ALLOCPOOLED 'SYSBASE -708 #x19 '* '* 4)
  110. (defflibfun 'FREEPOOLED 'SYSBASE -714 #x1A9 () '* '* 4)
  111. (defflibfun 'ATTEMPTSEMAPHORESHARED 'SYSBASE -720 #x9 '* '*)
  112. (defflibfun 'COLDREBOOT 'SYSBASE -726 #x0 ())
  113. (defflibfun 'STACKSWAP 'SYSBASE -732 #x9 '* '*)
  114. (defflibfun 'CHILDFREE 'SYSBASE -738 #x1 '* '*)
  115. (defflibfun 'CHILDORPHAN 'SYSBASE -744 #x1 '* '*)
  116. (defflibfun 'CHILDSTATUS 'SYSBASE -750 #x1 '* '*)
  117. (defflibfun 'CHILDWAIT 'SYSBASE -756 #x1 '* '*)
  118. (defflibfun 'CACHEPREDMA 'SYSBASE -762 #x1A9 '* '* '* '*)
  119. (defflibfun 'CACHEPOSTDMA 'SYSBASE -768 #x1A9 '* '* '* '*)
  120. (defflibfun 'ADDMEMHANDLER 'SYSBASE -774 #xA '* '*)
  121. (defflibfun 'REMMEMHANDLER 'SYSBASE -780 #xA '* '*)
  122. (defflibfun 'OBTAINQUICKVECTOR 'SYSBASE -786 #x9 '* '*)
  123.  
  124. (provide "exec.library")
  125.