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

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to