Merge branch 'master' of https://secure.softndesign.org/git/compress
[compress.git] / atoi.h
1 #ifndef __ATOI_H__
2 #define __ATOI_H__
3
4 int atoi (char *str);
5
6 #endif /* __ATOI_H__ */
7
8 /* vim: set ts=4 sw=4 et */