MCPcopy Create free account
hub / github.com/GJDuck/e9patch / isdigit

Function isdigit

examples/stdlib.c:2516–2519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2514}
2515
2516static int isdigit(int c)
2517{
2518 return (c >= '0' && c <= '9');
2519}
2520
2521static int islower(int c)
2522{

Callers 10

vsnprintfFunction · 0.70
scanf_get_decFunction · 0.70
scanf_implFunction · 0.70
read_long_namesFunction · 0.50
peekTokenFunction · 0.50
parseFunctionNameFunction · 0.50
getTokenMethod · 0.50
isLibraryFilenameFunction · 0.50
parseSymbolFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected