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