#ifndef MY_ATOI_BASE_H #define MY_ATOI_BASE_H #include int my_atoi_base(const char *str, const char *base); #endif /* ! MY_ATOI_BASE_H */