missing fd_management and cleaning

This commit is contained in:
jede
2022-04-24 00:39:04 +02:00
committed by mrdudz
parent dfab2b27cd
commit 244da9c911
4 changed files with 59 additions and 50 deletions

View File

@@ -1,16 +1,16 @@
; jede jede@oric.org 2017-01-22
.export _close
.export _close
.import addysp,popax
.import addysp,popax
.include "zeropage.inc"
.include "telestrat.inc"
.include "errno.inc"
.include "fcntl.inc"
.include "zeropage.inc"
.include "telestrat.inc"
.include "errno.inc"
.include "fcntl.inc"
; int open (const char* name, int flags, ...); /* May take a mode argument */
; int __fastcall__ close (int fd);
.proc _close
BRK_TELEMON XCLOSE ; launch primitive ROM
rts
BRK_TELEMON XCLOSE ; Launch primitive ROM
rts
.endproc