initial version from Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@3693 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2006-01-04 09:56:04 +00:00
parent 67cd3d8d76
commit c249515d48
2 changed files with 90 additions and 0 deletions

10
libsrc/atari/sysrmdir.s Normal file
View File

@@ -0,0 +1,10 @@
;
; Stefan Haubenthal, 2005-12-24
;
; unsigned char __fastcall__ _sysrmdir (const char* name);
;
.export __sysrmdir
.import __sysremove
__sysrmdir := __sysremove