#ifndef __ATOI_HEADER__ #define __ATOI_HEADER__ int atoi(const char *nptr); #endif