]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/puts.c
Disable the IRQ before calling mouse_uninstall
[cc65] / libsrc / common / puts.c
index 18b2e9ab1cb03ecf944c7387a6053be820b2154b..85b8cc315d3149592ef239c54fd0586cc6ee792e 100644 (file)
 
 
 
-int puts (const char* s)
+/*****************************************************************************/
+/*                                          Code                                    */
+/*****************************************************************************/
+
+
+
+int __fastcall__ puts (const char* s)
 {
     static char nl = '\n';