Me
2011-09-29 18:19:54 UTC
I have a char array containing ascii "ff01a1c0"
How do I convert it to separate int's of 255 01 161 192 ??
atoi() doesnt appear to work with ascii letters only numbers.
Thanks.
How do I convert it to separate int's of 255 01 161 192 ??
atoi() doesnt appear to work with ascii letters only numbers.
Thanks.