MCPcopy Index your code
hub / github.com/Xfennec/progress / is_numeric

Function is_numeric

progress.c:111–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109WINDOW *mainwin;
110
111signed char is_numeric(char *str)
112{
113while (*str) {
114 if(!isdigit(*str))
115 return 0;
116 str++;
117}
118return 1;
119}
120
121void nprintf(char *format, ...)
122{

Callers 1

find_pids_by_binary_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected