MCPcopy Create free account
hub / github.com/acl-dev/acl / stack_push_front

Function stack_push_front

lib_acl/src/stdlib/common/acl_stack.c:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static void stack_push_front(struct ACL_STACK *s, void *obj)
25{
26 acl_stack_prepend(s, obj);
27}
28
29static void *stack_pop_back(struct ACL_STACK *s)
30{

Callers

nothing calls this directly

Calls 1

acl_stack_prependFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…