MCPcopy 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
96char *U16ToStr(uint16 a)
97{
98 static char str[5];
99 sprintf(str,"%04X",a);
100 return str;
101}
102
103char *U8ToStr(uint8 a)
104{

Callers 2

CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected