aboutsummaryrefslogtreecommitdiff
path: root/src/vatoi.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vatoi.hh')
-rw-r--r--src/vatoi.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vatoi.hh b/src/vatoi.hh
new file mode 100644
index 0000000..be25080
--- /dev/null
+++ b/src/vatoi.hh
@@ -0,0 +1,6 @@
+#ifndef __VATOI_H_
+#define __VATOI_H_
+
+int vatoi(char *p);
+
+#endif /* __VATOI_H_ */