Numeric Conversion
Converting numeric values to and from textual representations.
atof()
atoi()
atol()
atoll()
strtod()
strtof()
strtol()
strtoll()
strtoull()
Pseudo-Random Number Generation
rand()
srand()