summaryrefslogtreecommitdiff
path: root/libc/stdio2/printf.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-01-23 13:29:22 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:39 +0200
commite62b35169cdcd13632ae353b1e5ffde7dec44201 (patch)
tree2646548ca84edb365354a6e68459f92943532cee /libc/stdio2/printf.c
parent2233d47f9d89c107b6c425626d6eb2669363b055 (diff)
downloaddev86-0.14.7.tar.gz
Import Dev86src-0.14.7.tar.gzv0.14.7
Diffstat (limited to 'libc/stdio2/printf.c')
-rw-r--r--libc/stdio2/printf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libc/stdio2/printf.c b/libc/stdio2/printf.c
index 45c4aa7..e41eca4 100644
--- a/libc/stdio2/printf.c
+++ b/libc/stdio2/printf.c
@@ -1,11 +1,15 @@
/*
* This file based on printf.c from 'Dlibs' on the atari ST (RdeBath)
*
- *
+ * 19-OCT-88: Dale Schumacher
+ * > John Stanley has again been a great help in debugging, particularly
+ * > with the printf/scanf functions which are his creation.
+ *
* Dale Schumacher 399 Beacon Ave.
* (alias: Dalnefre') St. Paul, MN 55104
* dal@syntel.UUCP United States of America
* "It's not reality that's important, but how you perceive things."
+ *
*/
/* Altered to use stdarg, made the core function vfprintf.