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

Function stack_set

src/engine/function.c:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void stack_set( STACK * s, int n, LIST * value )
279{
280 check_alignment( s );
281 *((LIST * *)s->data + n) = value;
282}
283
284void * stack_get( STACK * s )
285{

Callers 1

function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected