Name
|
Description
|
atof
|
convert text string to floating point
|
atoi
|
convert text string to integer
|
atol
|
convert text string to long integer
|
strtod
|
convert text string to double
|
strtol
|
convert text string to long integer
|
strtoul
|
convert text string to unsigned long integer
|