April 29, 2002
After using printf %X to output my strings and other data as hex, how do i convert it back?

Steve



April 30, 2002
"Steve & Denise De Chellis" <dbouton@snet.net> wrote in message news:aak489$18mf$1@digitaldaemon.com...
> After using printf %X to output my strings and other data as hex, how do i convert it back?

scanf is the inverse function.