MCPcopy 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
49typedef struct PriorityQueue PriorityQueue;
50typedef int (*PQCompareFunc)(const void* a, const void* b);
51
52struct PriorityQueue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected