MCPcopy Create free account
hub / github.com/chen3feng/toft / UInt32ToHexString

Function UInt32ToHexString

base/string/number.cpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269char* UInt32ToHexString(uint32_t value, char* buffer)
270{
271 *WriteHexUInt32ToBuffer(value, buffer) = '\0';
272 return buffer;
273}
274
275char* UInt64ToHexString(uint64_t value, char* buffer)
276{

Callers 1

TESTFunction · 0.85

Calls 1

WriteHexUInt32ToBufferFunction · 0.85

Tested by 1

TESTFunction · 0.68