Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
comparison TestPriorityQueue.c @ 5:09e51191078a
updated for VMS name chgs from VMS__malloc to VMS_int__malloc
| author | Me@portablequad |
|---|---|
| date | Sun, 12 Feb 2012 01:45:04 -0800 |
| 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; |
