Thread: atoi function
View Single Post
  #8 (permalink)  
Old 03-26-2008, 01:37 AM
felixb felixb is offline
Newbie
 
Join Date: Mar 2008
Posts: 7
Rep Power: 0
felixb is on a distinguished road
Default Re: atoi function

it's ok.
the problem was that I done a[1]=9 instead of a[1]='9'
Reply With Quote