Forum Discussion
Altera_Forum
Honored Contributor
11 years agoConvert dec to hex using nios ii
I was curious if there were a list of functions, in Nios ii using C, that convert decimal values to hex, binary etc... I am use to programming in Matlab so I am use to the quick and easy hex2dec conv...
Altera_Forum
Honored Contributor
11 years agoI tend to avoid all the scanf() family of functions, they are very difficult to use safely.
One of the strtoul() family is generally better for converting ascii input strings.