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

Function str_isspace

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

Source from the content-addressed store, hash-verified

1823}
1824
1825int str_isspace(char c) { return c == ' ' || c == '\n' || c == '\t'; }
1826
1827char str_uppercase(char c)
1828{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected