In IBM ICU C library are there any string to number conversion functions. Something like atoi and atoll.
I am looking for ICU functions for string conversions - Cross platform, cross compiler and 32 and 64 bit version.
- Function should throw an error. overflow or underflow.
- I thought using
errno-- Buterrnois not set in all platforms For Ex: Windowsatoi. strtol--> this function is for long data type. There is no function likestrtoi.