Next: atoll, Previous: atoi, Up: C library functions [Index]
atol
#include <stdlib.h> Integer new i; i = atol ("35");
Note that, Integer, class corresponds to the C types, int, and, long int.
Integer
int
long int