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

Function UInt16ToHexString

base/string/number.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263char* UInt16ToHexString(uint16_t value, char* buffer)
264{
265 *WriteHexUInt16ToBuffer(value, buffer) = '\0';
266 return buffer;
267}
268
269char* UInt32ToHexString(uint32_t value, char* buffer)
270{

Callers 1

TESTFunction · 0.85

Calls 1

WriteHexUInt16ToBufferFunction · 0.85

Tested by 1

TESTFunction · 0.68