summaryrefslogtreecommitdiff
path: root/rushs/evalexpr/my_atoi/my_atoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/evalexpr/my_atoi/my_atoi.h')
-rw-r--r--rushs/evalexpr/my_atoi/my_atoi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rushs/evalexpr/my_atoi/my_atoi.h b/rushs/evalexpr/my_atoi/my_atoi.h
deleted file mode 100644
index b520d09..0000000
--- a/rushs/evalexpr/my_atoi/my_atoi.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MY_ATOI_H
-#define MY_ATOI_H
-
-#include <stddef.h>
-
-int my_atoi(const char *str);
-
-#endif /* ! MY_ATOI_H */