mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Removed unused stuff
git-svn-id: svn://svn.cc65.org/cc65/trunk@520 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4d23c7a3e6
commit
62cfc60f00
@ -1,11 +1,11 @@
|
||||
;
|
||||
;
|
||||
; int vsprintf (char* Buf, const char* Format, va_list ap);
|
||||
;
|
||||
; Ullrich von Bassewitz, 1.12.2000
|
||||
;
|
||||
|
||||
.export _vsprintf
|
||||
.import pushax, popax, push1
|
||||
.import pushax, popax
|
||||
.import _memcpy, __printf
|
||||
.importzp sp, ptr1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user