C - Convert long int to signed hex string

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-29T20:53:40Z Indexed on 2010/04/29 20:57 UTC
Read the original article Hit count: 353

Filed under:
|
|
|

I have a long int variable that I need to convert to a signed 32bit hexadecimal string (8 characters) (char array) without the "0x" at the start?

How would I go about doing this?

Thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about typeconverter