remove oserror from rp6502
This commit is contained in:
14
libsrc/rp6502/remove.s
Normal file
14
libsrc/rp6502/remove.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-08-12
|
||||
;
|
||||
; int __fastcall__ remove (const char* name);
|
||||
;
|
||||
|
||||
.export _remove
|
||||
|
||||
.import __sysremove
|
||||
|
||||
|
||||
;--------------------------------------------------------------------------
|
||||
|
||||
_remove = __sysremove
|
||||
Reference in New Issue
Block a user