Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ U16ToStr
Function
U16ToStr
src/drivers/win/cheat.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
char *U16ToStr(uint16 a)
97
{
98
static char str[5];
99
sprintf(str,
"%04X"
,a);
100
return str;
101
}
102
103
char *U8ToStr(uint8 a)
104
{
Callers
2
CheatConsoleCallB
Function · 0.85
GGConvCallB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected