Skip to main content

NameDescription
_ec_atonumConvert e string "str" to a signed integral value and store the result in "*nptr"
_ec_atonum2Convert e string "str" to a signed integral value and store the result in "*nptr"
_ec_atounumConvert e string "str" to an unsigned integral value and store the result in "*nptr"
_ec_atounum2Convert e string "str" to an unsigned integral value and store the result in "*nptr"
ec_atoiConverts an ASCII string to a signed integer
ec_atouiConverts an ASCII string to an unsigned integer
Was this page helpful?