comparison PriorityQueue.h @ 11:0de14128ff68

comments added for Stefan, and formatting changes
author Sean <seanhalle@yahoo.com>
date Thu, 17 May 2012 20:35:19 +0200
parents 40cad2a2fffc
children
comparison
equal deleted inserted replaced
4:f526a6ab844b 5:adfd64e848d2
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 #include <stdio.h>
12 13
13 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 14 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h"
14 15
15 typedef struct _PrioQueueStruc PrioQueueStruc; 16 typedef struct _PrioQueueStruc PrioQueueStruc;
16 typedef struct _heapNode heapNode; 17 typedef struct _heapNode heapNode;
17 18
18 struct _heapNode { 19 struct _heapNode {