1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-03 01:31:55 +00:00

comment fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@1721 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2002-12-06 00:24:35 +00:00
parent 3cd25599c5
commit 1c29bd3663
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
;
; Christian Groessler, Apr-2000
;
; int read(int fd,void *buf,int count)
; int __fastcall__ read(int fd,void *buf,int count)
;
.include "atari.inc"

View File

@ -1,5 +1,5 @@
;
; write(iocb, buf, nbytes)->nbytes written
; int __fastcall__ write (int fd, const void* buf, unsigned count);
;
.include "atari.inc"
.import __rwsetup,__do_oserror,__inviocb,__oserror