clean compress
[compress.git] / atoi.h
diff --git a/atoi.h b/atoi.h
index 74d58c3c20f7e06da774c7b9bcb7a99bd60a308b..11b8a46ba6aaca84f6db763ef617de60ebac80f5 100644 (file)
--- a/atoi.h
+++ b/atoi.h
@@ -1,7 +1,7 @@
 #ifndef __ATOI_H__
 #define __ATOI_H__
 
-int myatoi (char *str);
+int atoi (char *str);
 
 #endif /* __ATOI_H__ */