Name | Description |
---|---|
_ec_atonum | Convert e string "str" to a signed integral value and store the result in "*nptr" |
_ec_atonum2 | Convert e string "str" to a signed integral value and store the result in "*nptr" |
_ec_atounum | Convert e string "str" to an unsigned integral value and store the result in "*nptr" |
_ec_atounum2 | Convert e string "str" to an unsigned integral value and store the result in "*nptr" |
ec_atoi | Converts an ASCII string to a signed integer |
ec_atoui | Converts an ASCII string to an unsigned integer |
Was this page helpful?