Implement special read function that sets errno in case of a short read. Drop

_dirskip in favour of the new function.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5672 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-06-03 13:59:31 +00:00
parent 9d0a2c3007
commit a83bf3dc04
5 changed files with 91 additions and 79 deletions

View File

@@ -21,7 +21,10 @@
.global _opendir
.global _closedir
.global _readdir
.global _telldir
.global _rewinddir
; .global _telldir
; .global _rewinddir
.global __dirread
.global __dirread1
.global __dirskip