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