Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ StrToU8
Function
StrToU8
src/drivers/win/cheat.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
uint8 StrToU8(char *s)
90
{
91
unsigned int ret=0;
92
sscanf(s,
"%2x"
,&ret);
93
return ret;
94
}
95
96
char *U16ToStr(uint16 a)
97
{
Callers
4
CheatConsoleCallB
Function · 0.85
SetGGConvFocus
Function · 0.85
GetUICheatInfo
Function · 0.85
GetUIGGInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected