2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 25.12.99
|
|
|
|
|
|
|
|
; char CloseRecordFile (void);
|
|
|
|
|
2001-07-04 22:08:13 +00:00
|
|
|
.import __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.export _CloseRecordFile
|
|
|
|
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
.include "../inc/geossym.inc"
|
|
|
|
|
|
|
|
_CloseRecordFile:
|
|
|
|
jsr CloseRecordFile
|
2001-07-04 22:08:13 +00:00
|
|
|
stx __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
txa
|
|
|
|
rts
|