Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ isprint
Function
isprint
examples/stdlib.c:2531–2534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2529
}
2530
2531
static int isprint(int c)
2532
{
2533
return (c >=
' '
&& c < INT8_MAX);
2534
}
2535
2536
static int isspace(int c)
2537
{
Callers
1
runTest
Function · 0.85
Calls
no outgoing calls
Tested by
1
runTest
Function · 0.68