cleaning and bug fix
[compress.git] / atoi.h
CommitLineData
252c8380
LM
1#ifndef __ATOI_H__
2#define __ATOI_H__
3
4int myatoi (char *str);
5
6#endif /* __ATOI_H__ */
7
8/* vim: set ts=4 sw=4 et */