2017-10-16 16:08:48 +00:00
|
|
|
;
|
|
|
|
; Jede (jede@oric.org), 2017-10-16
|
|
|
|
;
|
|
|
|
|
2020-05-24 20:47:20 +00:00
|
|
|
.export joy_libref, tgi_libref
|
2017-10-16 16:08:48 +00:00
|
|
|
.import _exit
|
|
|
|
|
2020-05-24 20:47:20 +00:00
|
|
|
joy_libref := _exit
|
2017-10-16 16:08:48 +00:00
|
|
|
tgi_libref := _exit
|