C/C++ equivalent to java Integer.toHexString.
Porting some code from java to C/C++, does C have a build in function to Integer.toHexString in java?
UPDATE:
Heres is the exact code i'm trying to port:
String downsize = Integer.toHexString(decimal);