Brian Ruthven - 2015-01-15
  • Description has changed:

Diff:

--- old
+++ new
@@ -12,4 +12,4 @@

 Glue code should be provided for at least printf_tiny() and printf_long(), so we can catch integer length errors in the native run case for testing purposes. Arguably, printf_large should be implemented this way as well, as the SDCC-supplied printf() may support a subset of the native environment (for example, the default is to compile with no float support).

-The possibility of vectorising both the printf/sprint variations need investigating too.
+The possibility of vectorising both the printf/sprint variations need investigating too, i.e. using the same common formatting code, but pass a function pointer and a callback arg so we can support printing to strings and/or file descriptor as required.