MCPcopy 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

80void ListGGAddresses(HWND hwndDlg);
81
82uint16 StrToU16(char *s)
83{
84 unsigned int ret=0;
85 sscanf(s,"%4x",&ret);
86 return ret;
87}
88
89uint8 StrToU8(char *s)
90{

Callers 2

GetUICheatInfoFunction · 0.85
GetUIGGInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected