ascii is working
[ascii.git] / atoi.h
diff --git a/atoi.h b/atoi.h
new file mode 100644 (file)
index 0000000..11b8a46
--- /dev/null
+++ b/atoi.h
@@ -0,0 +1,8 @@
+#ifndef __ATOI_H__
+#define __ATOI_H__
+
+int atoi (char *str);
+
+#endif /* __ATOI_H__ */
+
+/* vim: set ts=4 sw=4 et */