1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

Added missing dummy libref.

This commit is contained in:
Oliver Schmidt 2018-02-01 22:06:59 +01:00
parent 9031320dff
commit 27dacca4d3

View File

@ -0,0 +1,8 @@
;
; Oliver Schmidt, 2013-05-31
;
.export joy_libref
.import _exit
joy_libref := _exit