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

Function skip_ws

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

Source from the content-addressed store, hash-verified

3634}
3635
3636const char* skip_ws(substr& s)
3637{
3638 return skip_ws(s.text, s.size);
3639}
3640
3641const char* skip_ws(const char*& text, size_t& size)
3642{

Callers 2

parse_split_tagFunction · 0.85
trim_wsFunction · 0.85

Calls 1

is_wsFunction · 0.85

Tested by

no test coverage detected