5 lines
83 B
C
5 lines
83 B
C
#ifndef __ATOI_HEADER__
|
|
#define __ATOI_HEADER__
|
|
int atoi(const char *nptr);
|
|
#endif
|