Slbclose()

LONG Slbclose(sl)

LONG sl;
Slbclose() close a MagiC-style shared library.
Opcode23 (0x017)
AvailabilityAvailable as of FreeMiNT version 1.15.4.
Parameterssl 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 ValueSlbclose() returns E_OK on success or a negative GEMDOS error code otherwise.
CaveatsThe Slbclose() call must me made from user mode, or SIGSYS will be generated otherwise.
See Also Slbopen(),