 |
ATOI - convert ASCII string to integer. - Thinkage Ltd.
ATOI - convert ASCII string to integer. ... const char *s;: points to a string of ASCII
characters which correspond to a valid integer, e.g. "-325". int i;: is the integer
corresponding to the ... expl c lib strtol.
www.thinkage.ca |
 |