MCPcopy Create free account
hub / github.com/cppla/ServerStatus / str_skip_whitespaces

Function str_skip_whitespaces

server/src/system.c:1637–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635}
1636
1637char *str_skip_whitespaces(char *str)
1638{
1639 while(*str && (*str == ' ' || *str == '\t' || *str == '\n' || *str == '\r'))
1640 str++;
1641 return str;
1642}
1643
1644/* case */
1645int str_comp_nocase(const char *a, const char *b)

Callers 1

HandleMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected