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

Function push

data_structures/vector.c:66–70  ·  view source on GitHub ↗

* This function pushes a value to the end of the Vector. * @params Vector* (a pointer to the Vector struct) * @params int (the value to be pushed) * @returns: none */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected