MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / is_ws

Function is_ws

src/SB/Core/x/xFont.cpp:3607–3610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3605}
3606
3607bool is_ws(char c)
3608{
3609 return (c == ' ' || c == '\t' || c == '\n');
3610}
3611
3612const char* find_char(const substr& s, char c)
3613{

Callers 3

parse_next_text_jotFunction · 0.85
rskip_wsFunction · 0.85
skip_wsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected