summaryrefslogtreecommitdiff
path: root/libc/stdio2/scanf.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/scanf.c
parent2233d47f9d89c107b6c425626d6eb2669363b055 (diff)
downloaddev86-0.14.7.tar.gz
Import Dev86src-0.14.7.tar.gzv0.14.7
Diffstat (limited to 'libc/stdio2/scanf.c')
-rw-r--r--libc/stdio2/scanf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/stdio2/scanf.c b/libc/stdio2/scanf.c
index 2d61ab2..1e0f282 100644
--- a/libc/stdio2/scanf.c
+++ b/libc/stdio2/scanf.c
@@ -1,3 +1,17 @@
+/*
+ * This file based on scanf.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."
+ *
+ */
+
#include <stdio.h>
#include <ctype.h>
#include <string.h>
@@ -519,3 +533,4 @@ va_list ap;
}
#endif
+