]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/vfprintf.s
Added mouse module from C64
[cc65] / libsrc / common / vfprintf.s
index aed6ce16dc60f290dc164d12d4f8930ce2ede685..ecab1bd90c2a50779ca867ce0e05b5b5e36d43e0 100644 (file)
@@ -104,7 +104,7 @@ out:
 
 
 ; ----------------------------------------------------------------------------
-; Callback routine used for the actual output.
+; vfprintf - formatted output
 ;
 ; int vfprintf (FILE* f, const char* format, va_list ap)
 ; {