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

Function peek

data_structures/stack/dynamic_stack.c:152–160  ·  view source on GitHub ↗

* @brief To retrieve or fetch the first element of the Stack or the element * present at the top of the Stack. * * @param ptr Stack pointer * @return int Top of the stack */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected