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

Function push

data_structures/stack/dynamic_stack.c:101–116  ·  view source on GitHub ↗

* @brief The push function pushes the element onto the stack. * * @param ptr Stack pointer * @param data Value to be pushed onto stack * @return int Position of top pointer */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.70

Calls 1

double_arrayFunction · 0.85

Tested by

no test coverage detected