MCPcopy Create free account
hub / github.com/Unity-Technologies/HLSLcc / bsplits

Function bsplits

src/cbstring/bstrlib.c:2997–3023  ·  view source on GitHub ↗

struct bstrList * bsplits (const_bstring str, bstring splitStr) * * Create an array of sequential substrings from str divided by any of the * characters in splitStr. An empty splitStr causes a single entry bstrList * containing a copy of str to be returned. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

bsplitscbFunction · 0.85
bstrListDestroyFunction · 0.85

Tested by

no test coverage detected