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

Function stack_push_back

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

Source from the content-addressed store, hash-verified

17#endif
18
19static void stack_push_back(struct ACL_STACK *s, void *obj)
20{
21 acl_stack_append(s, obj);
22}
23
24static void stack_push_front(struct ACL_STACK *s, void *obj)
25{

Callers

nothing calls this directly

Calls 1

acl_stack_appendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…