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

Function stack_push

src/engine/function.c:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void stack_push( STACK * s, LIST * l )
255{
256 *(LIST * *)stack_allocate( s, sizeof( LIST * ) ) = l;
257}
258
259LIST * stack_pop( STACK * s )
260{

Callers 2

argument_list_pushFunction · 0.85
function_runFunction · 0.85

Calls 1

stack_allocateFunction · 0.85

Tested by

no test coverage detected