Faster 8-bit multiplication: #1896290
[fw/sdcc] / device / lib / z80 / printf.c
index a81b4e80cd5924f900f48bb7df8ca26bc0e397fc..65c25b9732de3f67423291f52d37a502d49ea267 100644 (file)
@@ -1,5 +1,5 @@
 /** Simple printf implementation
-    Again a stub - will use the std one later...
+    This stub has been replaced by the std printf_large / sprintf / vprintf
 */
 
 #include <stdarg.h>