]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_printf.h
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / _printf.h
index 03e8f7307be596bd83b8a9c020ce02caa54f9fc0..03869747835e6d1b5faab22a83373273f72bf64b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * _printf.h
  *
- * (C) Copyright 1998 Ullrich von Bassewitz (uz@ibb.schwaben.com)
+ * (C) Copyright 1998 Ullrich von Bassewitz (uz@cc65.org)
  *
  */
 
@@ -34,7 +34,7 @@ struct outdesc {
 
 
 /* Internal formatting routine */
-int _printf (struct outdesc* d, const char* format, va_list ap);
+void __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);