Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ StrToU16
Function
StrToU16
src/drivers/win/cheat.cpp:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
void ListGGAddresses(HWND hwndDlg);
81
82
uint16 StrToU16(char *s)
83
{
84
unsigned int ret=0;
85
sscanf(s,
"%4x"
,&ret);
86
return ret;
87
}
88
89
uint8 StrToU8(char *s)
90
{
Callers
2
GetUICheatInfo
Function · 0.85
GetUIGGInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected