Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Atoi function??

Status
Not open for further replies.

xTiamatx

Programmer
Jul 20, 2003
22
US
Hi, I'm reading a book on multiplayer game programming, the writer failed to explain one function, atoi, could someone tell me what it does???
 
#include <stdlib.h>

int atoi(const char *nptr);

All it does is convert a string to an integer.

I REALLY hope that helps.
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top