2013-06-01 00:11:31 +02:00
|
|
|
;
|
2013-06-23 03:18:28 -04:00
|
|
|
; 2013-05-31, Oliver Schmidt
|
|
|
|
; 2013-06-11, Greg King
|
2013-06-01 00:11:31 +02:00
|
|
|
;
|
|
|
|
|
2013-06-23 03:18:28 -04:00
|
|
|
.export em_libref
|
|
|
|
.export joy_libref
|
|
|
|
.export ser_libref
|
|
|
|
.export tgi_libref
|
|
|
|
|
2013-06-01 00:11:31 +02:00
|
|
|
.import _exit
|
|
|
|
|
|
|
|
em_libref := _exit
|
2013-06-01 00:36:08 +02:00
|
|
|
joy_libref := _exit
|
2013-06-01 11:03:14 +02:00
|
|
|
ser_libref := _exit
|
2013-06-01 12:42:00 +02:00
|
|
|
tgi_libref := _exit
|