j
k
j a
j l
Hello, Got another silly C newbie question. If I want to convert a hex value to decimal, would this work?
value = ff /* Hex value */
sscanf(value, %d, &value)
Is the variable "value" now 255??
Thanks - Joe
Back to the thread
Back to the list