AFAIK, atoi() isn't in string.h. I've been compiling all my tests in gcc without string.h and it works fine. If you're not getting a message about undeclared identifiers, then it probably isn't string.h, it'll be the way it has been coded.
[edit]atoi() is in stdlib.h[/edit]
ac




Reply With Quote