Hexadecimal string to byte array in C
13:20 04 Aug 2010

Is there any standard C function that converts from hexadecimal string to byte array?
I do not want to write my own function.

c string