Dear all,
I'm trying to use fgets to read in Hex value for eg: 34120A
I enter this as an input, "\x34\x12\x0a"
However I keep getting 5C 78 33 34 in the memory which are the char of \x34
What should I do to force it to display 34 in the memory?
I have to use fgets
Thank you in advance



LinkBack URL
About LinkBacks


