summaryrefslogtreecommitdiffstats
path: root/scan.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2010-07-09 12:32:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2010-07-09 12:32:17 +0200
commit6c027b4de25a529908be895e7ff19236f4002a57 (patch)
treef70d3a400bbb9ba8a83e9d4ffcaa4b6e367fc8bb /scan.h
downloadcrypto-6c027b4de25a529908be895e7ff19236f4002a57.zip
crypto-6c027b4de25a529908be895e7ff19236f4002a57.tar.gz
initial commit, resurrect one of my realy old projects
Diffstat (limited to 'scan.h')
-rw-r--r--scan.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/scan.h b/scan.h
new file mode 100644
index 0000000..b18ad65
--- /dev/null
+++ b/scan.h
@@ -0,0 +1,7 @@
+#ifndef _SCAN_H
+#define _SCAN_H
+
+unsigned int scan_ulong(register const char *s,register unsigned long *u);
+unsigned int scan_uint(register const char *s,register unsigned int *u);
+
+#endif