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

Function binsert

src/cbstring/bstrlib.c:1594–1640  ·  view source on GitHub ↗

int binsert (bstring b1, int pos, bstring b2, unsigned char fill) * * Inserts the string b2 into b1 at position pos. If the position pos is * past the end of b1, then the character "fill" is appended as necessary to * make up the gap between the end of b1 and pos. Unlike bsetstr, binsert * does not allow b2 to be NULL. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bsunreadFunction · 0.85

Calls 3

bstrcpyFunction · 0.85
ballocFunction · 0.85
bdestroyFunction · 0.85

Tested by

no test coverage detected