]> git.sur5r.net Git - cc65/blob - libsrc/cbm/c_close.s
Fix ftell() on Apple II to return the correct value.
[cc65] / libsrc / cbm / c_close.s
1 ;
2 ; Ullrich von Bassewitz, 03.06.1999
3 ;
4 ; void __fastcall__ cbm_k_close (unsigned char FN);
5 ;
6
7         .include        "cbm.inc"
8
9         .export         _cbm_k_close
10
11 _cbm_k_close:
12         clc
13         jmp     CLOSE