MCPcopy Create free account
hub / github.com/boostorg/build / write_netstring

Function write_netstring

v2/engine/hcache.c:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 */
167
168void write_netstring( FILE * f, char const * s )
169{
170 if ( !s )
171 s = "";
172 fprintf( f, "%lu\t%s\n", (long unsigned)strlen( s ), s );
173}
174
175
176void hcache_init()

Callers 1

hcache_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected