Next: , Previous: , Up: C library functions   [Index]


atoll

atoll Function

#include <stdlib.h>

LongInteger new i;

i = atoll ("35");

Note: The atoll(3) function is not implemented by the OS X or DJGPP C libraries. Use atol(3), strtoll(3), or a method instead.