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

Function bgets

src/cbstring/bstrlib.c:2092–2102  ·  view source on GitHub ↗

bstring bgets (bNgetc getcPtr, void * parm, char terminator) * * Use an fgetc-like single character stream reading function (getcPtr) to * obtain a sequence of characters which are concatenated into a bstring. * The stream read is terminated by the passed in terminator function. * * If getcPtr returns with a negative number, or the terminator character * (which is appended) is read, th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

bgetsaFunction · 0.85
bfromcstrFunction · 0.85
bdestroyFunction · 0.85

Tested by

no test coverage detected