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.
“ | The āNā in NFS stands for Not, or Need, or perhaps Nightmare | ” |
— Harry Spencer |