1 2 3 4 5 6 7 8
#ifndef MY_ATOI_BASE_H #define MY_ATOI_BASE_H #include <stddef.h> int my_atoi_base(const char *str, const char *base); #endif /* ! MY_ATOI_BASE_H */