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, 0 insertions, 6 deletions
diff --git a/rushs/evalexpr/my_itoa/my_itoa.h b/rushs/evalexpr/my_itoa/my_itoa.h
deleted file mode 100644
index 8e84c72..0000000
--- a/rushs/evalexpr/my_itoa/my_itoa.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MY_ITOA_H
-#define MY_ITOA_H
-
-char *my_itoa(int value, char *s);
-
-#endif /* ! MY_ITOA_H */