Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ isDigit
Function
isDigit
SupSpi/SupSpi.h:448–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
};
447
448
static inline bool isDigit(char data)
449
{
450
return (unsigned char)(data -
'0'
) < 10;
451
}
452
453
static inline bool isAlpha(char data)
454
{
Callers
5
Parse
Method · 0.70
Parse
Method · 0.70
Parse
Method · 0.70
Parse
Method · 0.70
Parse
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected