EmbLogic's Blog

C library function – atoi()

The library function atoi converts string argument to integer just like sscanf.
This function returns the converted integer number as an int value. If no valid conversion could be performed, it returns zero.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>