Definition | #include <stdlib.h> long long int atoll(const char *s);
All control characters for white space are legal for tab (see definitiona at | |
Return val. | Integer value of type | |
for strings formatted as described above and representing a numeric value that lies in the permissible range of integers. | ||
0 | for strings which do not correspond to the syntax described above. | |
|
| |
| in the case of an overflow, depending on the sign. | |
Notes |
If p is a NULL pointer and base is equal to 10, the only difference between atoll and the strtoll function lies in the error handling. | |
See also | atof, atoi, atol, strtod, strtol, strtoll, strtoul, strtoull |