summaryrefslogtreecommitdiff
path: root/my_atoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'my_atoi.h')
-rw-r--r--my_atoi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/my_atoi.h b/my_atoi.h
new file mode 100644
index 0000000..7d79473
--- /dev/null
+++ b/my_atoi.h
@@ -0,0 +1,8 @@
+#ifndef MY_ATOIH
+#define MY_ATOIH
+
+double my_atoi(char* str);
+
+#endif
+
+