74d58c3c20f7e06da774c7b9bcb7a99bd60a308b
[compress.git] / atoi.h
1 #ifndef __ATOI_H__
2 #define __ATOI_H__
3
4 int myatoi (char *str);
5
6 #endif /* __ATOI_H__ */
7
8 /* vim: set ts=4 sw=4 et */