Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaisenAmin/c_std
/ PriorityQueue
Class
PriorityQueue
priority_queue/priority_queue.h:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
typedef struct PriorityQueue PriorityQueue;
50
typedef int (*PQCompareFunc)(const void* a, const void* b);
51
52
struct PriorityQueue {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected