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

Function stack_pop_back

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

Source from the content-addressed store, hash-verified

27}
28
29static void *stack_pop_back(struct ACL_STACK *s)
30{
31 return (acl_stack_pop(s));
32}
33
34static void *stack_pop_front(struct ACL_STACK *s)
35{

Callers

nothing calls this directly

Calls 1

acl_stack_popFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…