#ifndef MY_ATOI_H #define MY_ATOI_H #include int my_atoi(const char *str); #endif /* ! MY_ATOI_H */