Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ ishex
Function
ishex
src/conddebug.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
static char next = 0;
59
60
static int ishex(char c)
61
{
62
return isdigit(c) || (c >=
'a'
&& c <=
'f'
) || (c >=
'A'
&& c <=
'F'
);
63
}
64
65
static void scan(const char** str)
66
{
Callers
1
getNumber
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected