MCPcopy 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

58static char next = 0;
59
60static int ishex(char c)
61{
62 return isdigit(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F');
63}
64
65static void scan(const char** str)
66{

Callers 1

getNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected