| Main index | Section 3 | 日本語 | Deutsch | Options |
#include <stdlib.h>
It is equivalent to:
strtol(nptr, (char **)NULL, 10);
The atoll() function converts the initial portion of the string pointed to by nptr to long long integer representation.
It is equivalent to:
strtoll(nptr, (char **)NULL, 10);
| ATOL (3) | May 14, 2013 |
| Main index | Section 3 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | An ASCII character walks into a bar and orders a double. "Having a bad day?" asks the barman. "Yeah, I have a parity error," replies the ASCII character. The barman says, "Yeah, I thought you looked a bit off." | ” |