summaryrefslogtreecommitdiff
path: root/rushs/evalexpr/my_itoa/my_itoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/evalexpr/my_itoa/my_itoa.h')
-rw-r--r--rushs/evalexpr/my_itoa/my_itoa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rushs/evalexpr/my_itoa/my_itoa.h b/rushs/evalexpr/my_itoa/my_itoa.h
new file mode 100644
index 0000000..8e84c72
--- /dev/null
+++ b/rushs/evalexpr/my_itoa/my_itoa.h
@@ -0,0 +1,6 @@
+#ifndef MY_ITOA_H
+#define MY_ITOA_H
+
+char *my_itoa(int value, char *s);
+
+#endif /* ! MY_ITOA_H */