MCPcopy Create free account
hub / github.com/KaisenAmin/c_std / Stack

Class Stack

stack/stack.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41typedef struct Stack Stack;
42
43struct Stack {
44 Vector* vec;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected