MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / is_digit

Function is_digit

src/Chain/libraries/glua/glua_tokenparser.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 static inline bool is_digit(int c)
115 {
116 return '0' <= c && c <= '9';
117 }
118
119 static inline bool is_alpha(int c)
120 {

Callers 4

hexchar_to_base10Function · 0.70
_loaddecescMethod · 0.70
_read_stringMethod · 0.70
_parse_next_tokenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected