MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_isnum

Function str_isnum

src/base/str.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool str_isnum(char c)
100{
101 return c >= '0' && c <= '9';
102}
103
104int str_isallnum(const char *str)
105{

Callers 7

ParseVersionStringFunction · 0.85
TESTFunction · 0.85
str_isallnumFunction · 0.85
str_isallnum_hexFunction · 0.85
str_comp_filenamesFunction · 0.85
os_locale_strFunction · 0.85
parse_intFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68