mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
11 lines
180 B
ArmAsm
11 lines
180 B
ArmAsm
|
;
|
||
|
; Marc 'BlackJack' Rintsch, 18.03.2001
|
||
|
;
|
||
|
; void __fastcall__ cbm_close (unsigned char lfn);
|
||
|
;
|
||
|
|
||
|
.import _cbm_k_close
|
||
|
.export _cbm_close
|
||
|
|
||
|
_cbm_close = _cbm_k_close
|