comparison PriorityQueue.h @ 2:b0195491f167

Create MC_shared branch
author Me@portablequad
date Sat, 11 Feb 2012 20:21:45 -0800
parents 9ecc993a29ea
children 7254bef12749
comparison
equal deleted inserted replaced
0:a9b6426f2977 1:815d8928003f
7 7
8 #ifndef _PRIORITY_QUEUE_H 8 #ifndef _PRIORITY_QUEUE_H
9 #define _PRIORITY_QUEUE_H 9 #define _PRIORITY_QUEUE_H
10 10
11 #include <stdbool.h> 11 #include <stdbool.h>
12
13 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
12 14
13 typedef struct _PrioQueueStruc PrioQueueStruc; 15 typedef struct _PrioQueueStruc PrioQueueStruc;
14 typedef struct _heapNode heapNode; 16 typedef struct _heapNode heapNode;
15 17
16 struct _heapNode { 18 struct _heapNode {