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

Function cmdlist_append_target

v2/engine/command.c:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38CMDLIST * cmdlist_append_target( CMDLIST * l, TARGET * t )
39{
40 CMDLIST * result = (CMDLIST *)BJAM_MALLOC( sizeof( CMDLIST ) );
41 result->iscmd = 0;
42 result->next = l;
43 result->impl.t = t;
44 return result;
45}
46
47void cmdlist_free( CMDLIST * l )
48{

Callers 1

make1cmdsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected