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

Function rskip_ws

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

Source from the content-addressed store, hash-verified

3590}
3591
3592size_t rskip_ws(substr& s)
3593{
3594 return rskip_ws(s.text, s.size);
3595}
3596
3597size_t rskip_ws(const char*& text, size_t& size)
3598{

Callers 2

parse_split_tagFunction · 0.85
trim_wsFunction · 0.85

Calls 1

is_wsFunction · 0.85

Tested by

no test coverage detected