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

Function bmidstr

src/cbstring/bstrlib.c:1030–1044  ·  view source on GitHub ↗

bstring bmidstr (const_bstring b, int left, int len) * * Create a bstring which is the substring of b starting from position left * and running for a length len (clamped by the end of the bstring b.) If * b is detectably invalid, then NULL is returned. The section described * by (left, len) is clamped to the boundaries of b. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

bTailFunction · 0.85
bHeadFunction · 0.85
bscbFunction · 0.85

Calls 2

bfromcstrFunction · 0.85
blk2bstrFunction · 0.85

Tested by

no test coverage detected