1;
2; Oliver Schmidt, 2013-05-31
3;
4
5        .export         em_libref, joy_libref, mouse_libref, ser_libref, tgi_libref
6        .import         _exit
7
8em_libref       := _exit
9joy_libref      := _exit
10mouse_libref    := _exit
11ser_libref      := _exit
12tgi_libref      := _exit
13