diff options
| author | Mistivia <i@mistivia.com> | 2025-06-08 23:10:19 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-08 23:10:19 +0800 |
| commit | 7894904d822f91e89c27ab6c54fc3a4d3d9a4cb3 (patch) | |
| tree | d2579ba62ed7827d577e2cd5d4fb3324f4f56731 /src/pqueue.h | |
| parent | d265d0292afde05985f06241c5277a5a9ca7de78 (diff) | |
add void ptr
Diffstat (limited to 'src/pqueue.h')
| -rw-r--r-- | src/pqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pqueue.h b/src/pqueue.h index 34b8a55..d91b9a2 100644 --- a/src/pqueue.h +++ b/src/pqueue.h @@ -23,6 +23,7 @@ PQUEUE_DEF(ULong); PQUEUE_DEF(Double); PQUEUE_DEF(Float); PQUEUE_DEF(String); +PQUEUE_DEF(VoidPtr); #define PQUEUE_IMPL(T) \ static int T##PQueue_cmp(T##PQueue *self, int a, int b) { \ |
