Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ write_netstring
Function
write_netstring
src/engine/hcache.c:169–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
*/
168
169
void write_netstring( FILE * f, char const * s )
170
{
171
if ( !s )
172
s =
""
;
173
fprintf( f,
"%lu\t%s\n"
, (long unsigned)strlen( s ), s );
174
}
175
176
177
void hcache_init()
Callers
1
hcache_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected