renamed BaS sprintf to xsprintf to avoid conflicts in TOS programs
This commit is contained in:
@@ -382,7 +382,7 @@ void xaddchar(int c)
|
||||
*xstring++ = (char) c;
|
||||
}
|
||||
|
||||
int sprintf(char *str, const char *format, ...)
|
||||
int xsprintf(char *str, const char *format, ...)
|
||||
{
|
||||
va_list va;
|
||||
va_start(va, format);
|
||||
|
||||
Reference in New Issue
Block a user