Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_push
Function
stack_push
v2/engine/function.c:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void stack_push( STACK * s, LIST * l )
252
{
253
*(LIST * *)stack_allocate( s, sizeof( LIST * ) ) = l;
254
}
255
256
LIST * stack_pop( STACK * s )
257
{
Callers
2
argument_list_push
Function · 0.85
function_run
Function · 0.85
Calls
1
stack_allocate
Function · 0.85
Tested by
no test coverage detected