MCPcopy 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
2531static int isprint(int c)
2532{
2533 return (c >= ' ' && c < INT8_MAX);
2534}
2535
2536static int isspace(int c)
2537{

Callers 1

runTestFunction · 0.85

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.68