comparison TestPriorityQueue.c @ 11:0de14128ff68

comments added for Stefan, and formatting changes
author Sean <seanhalle@yahoo.com>
date Thu, 17 May 2012 20:35:19 +0200
parents 9ecc993a29ea
children
comparison
equal deleted inserted replaced
0:e94503253952 1:da5a56cb37f5
12 12
13 static PrioQueueStruc *Q; 13 static PrioQueueStruc *Q;
14 static char *first,*second,*third; 14 static char *first,*second,*third;
15 15
16 int init_suite (void) { 16 int init_suite (void) {
17 if (NULL == (Q= makeVMSPrioQ())) return -1; 17 if (NULL == (Q= makePrioQ())) return -1;
18 else return 0; 18 else return 0;
19 } 19 }
20 20
21 int clean_suite (void) { 21 int clean_suite (void) {
22 return 0; 22 return 0;