]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_printf.h
Added mouse module from C64
[cc65] / libsrc / common / _printf.h
index 03e8f7307be596bd83b8a9c020ce02caa54f9fc0..15910096c4bb86d5a307c82ed4eadaf6eef7b5a3 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);
+int __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);