New stuff contributed by Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3608 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
10
libsrc/apple2/sysrmdir.s
Normal file
10
libsrc/apple2/sysrmdir.s
Normal file
@@ -0,0 +1,10 @@
|
||||
;
|
||||
; Oliver Schmidt, 15.04.2005
|
||||
;
|
||||
; unsigned char __fastcall__ _sysrmdir (const char* name);
|
||||
;
|
||||
|
||||
.export __sysrmdir
|
||||
.import __sysremove
|
||||
|
||||
__sysrmdir := __sysremove
|
||||
Reference in New Issue
Block a user