MCPcopy 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
89uint8 StrToU8(char *s)
90{
91 unsigned int ret=0;
92 sscanf(s,"%2x",&ret);
93 return ret;
94}
95
96char *U16ToStr(uint16 a)
97{

Callers 4

CheatConsoleCallBFunction · 0.85
SetGGConvFocusFunction · 0.85
GetUICheatInfoFunction · 0.85
GetUIGGInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected