Next: atol, Previous: atof, Up: C library functions [Index]
atoi
#include <stdlib.h> Integer new i; i = atoi ("35");