]> git.sur5r.net Git - cc65/commit
New function _dirskip that allows to skip an amount of bytes from the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Jun 2012 19:23:34 +0000 (19:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Jun 2012 19:23:34 +0000 (19:23 +0000)
commiteab5f250ad915326a3ffda314246bcc193084342
treed8638ae8dcd8709adb661f045bed68135a9afda8
parent8087959e1882805afc7b4a5daaabb58924b81dde
New function _dirskip that allows to skip an amount of bytes from the
directory with error check.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5668 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/cbm/Makefile
libsrc/cbm/dir.h
libsrc/cbm/dir.inc
libsrc/cbm/dir.s [new file with mode: 0644]
libsrc/cbm/opendir.c