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

Function str_isspace

src/base/str.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126int str_isspace(char c)
127{
128 return c == ' ' || c == '\n' || c == '\r' || c == '\t';
129}
130
131const char *str_trim_words(const char *str, int words)
132{

Callers 7

OnInputMethod · 0.85
ParseLineMethod · 0.85
str_trim_wordsFunction · 0.85
str_skip_to_whitespaceFunction · 0.85
str_skip_whitespacesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected