Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
char* UInt16ToHexString(uint16_t value, char* buffer)
264
{
265
*WriteHexUInt16ToBuffer(value, buffer) =
'\0'
;
266
return buffer;
267
}
268
269
char* UInt32ToHexString(uint32_t value, char* buffer)
270
{
Callers
1
TEST
Function · 0.85
Calls
1
WriteHexUInt16ToBuffer
Function · 0.85
Tested by
1
TEST
Function · 0.68