MCPcopy Create free account
hub / github.com/TheAlgorithms/C / pop

Function pop

data_structures/stack/dynamic_stack.c:124–143  ·  view source on GitHub ↗

* @brief The pop function to pop an element from the stack. * * @param ptr Stack pointer * @return int Popped value */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.70

Calls 1

shrink_arrayFunction · 0.85

Tested by

no test coverage detected