From: Erkin Alp Güney Date: Sun, 8 Mar 2015 16:46:12 +0000 (+0200) Subject: xputc() does not exist in FUZIX X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b176dd38890a4651f062dd8762e0178522b96620;p=FUZIX.git xputc() does not exist in FUZIX --- diff --git a/Applications/util/factor.c b/Applications/util/factor.c index 3bd45417..a206aeb0 100644 --- a/Applications/util/factor.c +++ b/Applications/util/factor.c @@ -77,7 +77,7 @@ static void factor(char *s) l /= ll; } } - xputc('\n'); + putc(stderr,'\n'); } }