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

Function stack_set

v2/engine/function.c:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected