]> 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 9b5c26609f346026e2b62393acc36f35ff79d34d..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 __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);
+void __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);