2013-06-01 00:36:08 +02:00
|
|
|
;
|
2020-07-08 05:55:30 -04:00
|
|
|
; 2013-05-31, Oliver Schmidt
|
|
|
|
; 2018-03-11, Sven Michael Klose
|
2013-06-01 00:36:08 +02:00
|
|
|
;
|
|
|
|
|
2018-03-16 14:23:52 -07:00
|
|
|
.export em_libref
|
2020-07-08 05:55:30 -04:00
|
|
|
.export joy_libref
|
|
|
|
.export tgi_libref
|
|
|
|
|
2013-06-01 00:36:08 +02:00
|
|
|
.import _exit
|
|
|
|
|
2018-03-16 14:23:52 -07:00
|
|
|
em_libref := _exit
|
2020-07-08 05:55:30 -04:00
|
|
|
joy_libref := _exit
|
|
|
|
tgi_libref := _exit
|