xputc() does not exist in FUZIX
authorErkin Alp Güney <erkinalp9035@gmail.com>
Sun, 8 Mar 2015 16:46:12 +0000 (18:46 +0200)
committerErkin Alp Güney <erkinalp9035@gmail.com>
Sun, 8 Mar 2015 16:46:12 +0000 (18:46 +0200)
Applications/util/factor.c

index 3bd4541..a206aeb 100644 (file)
@@ -77,7 +77,7 @@ static void factor(char *s)
         l /= ll;
       }
     }
-    xputc('\n');
+    putc(stderr,'\n');
   }
 }