2025-04-27 07:49:33 -04:00

7 lines
112 B
C

#ifndef PQHEAP_DEFINED
#define PQHEAP_DEFINED
typedef struct qheap* PQHEAP;
#endif /* PQHEAP_DEFINED */