7 lines
106 B
C
7 lines
106 B
C
|
#ifndef PQHEAP_DEFINED
|
||
|
#define PQHEAP_DEFINED
|
||
|
|
||
|
typedef struct qheap* PQHEAP;
|
||
|
|
||
|
#endif /* PQHEAP_DEFINED */
|