remove skeleton file
[ascii.git] / atoi.h
CommitLineData
1968fc94
LM
1#ifndef __ATOI_H__
2#define __ATOI_H__
3
4int atoi (char *str);
5
6#endif /* __ATOI_H__ */
7
8/* vim: set ts=4 sw=4 et */