Added a new sysrename module to make the high level function rename work. Code

is untested!


git-svn-id: svn://svn.cc65.org/cc65/trunk@3940 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-02-22 14:06:12 +00:00
parent 30237d3c36
commit ef18b567f0
3 changed files with 120 additions and 59 deletions

View File

@@ -77,6 +77,7 @@ S_OBJS = c_acptr.o \
rwcommon.o \
scratch.o \
sysremove.o \
sysrename.o \
systime.o \
wherex.o \
wherey.o \