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