Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
typedef struct Stack Stack;
42
43
struct Stack {
44
Vector* vec;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected