]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/system.c
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / system.c
index c4c8bd3c5857612ef5b0577c588ebe01e56f17b8..6626ace87672e3c4b785b0778dc90f9b8891a899 100644 (file)
@@ -5,9 +5,10 @@
  * Ullrich von Bassewitz, 2003-05-27
  */
 
+#include <stdio.h>
 #include <stdlib.h>
 
-int system (const char* s)
+int __fastcall__ system (const char* s)
 {
     if (s == NULL) {
         return 0;               /* no shell */