LONG Slbclose(sl)
LONG sl;
| Slbclose() close a MagiC-style shared library. | |
| Opcode | 23 (0x017) |
| Availability | Available as of FreeMiNT version 1.15.4. |
| Parameters | sl is the library handle filled out by the previous Slbopen() call. |
| Binding |
move.l sl,-(sp) move.w #$0017,-(sp) trap #1 addq.l #6,sp |
| Return Value | Slbclose() returns E_OK on success or a negative GEMDOS error code otherwise. |
| Caveats | The Slbclose() call must me made from user mode, or SIGSYS will be generated otherwise. |
| See Also | Slbopen(), |