summaryrefslogtreecommitdiff
path: root/libc/stdio2/printf.c
diff options
context:
space:
mode:
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.