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


atol

atol Function

#include <stdlib.h>

Integer new i;

i = atol ("35");

Note that, Integer, class corresponds to the C types, int, and, long int.