comparison PrivateHash.h @ 14:5b89d57e5d10

added .brch__VMS__malloc_brch which has purpose of the brch
author Me@portablequad
date Sat, 11 Feb 2012 17:55:51 -0800
parents 40ec8f9583d8
children 4b5abed39ab9
comparison
equal deleted inserted replaced
3:8eff10827dd7 4:a99dc0a5faec
6 */ 6 */
7 7
8 #ifndef _PRIVATE_HASH_H 8 #ifndef _PRIVATE_HASH_H
9 #define _PRIVATE_HASH_H 9 #define _PRIVATE_HASH_H
10 10
11 #include <stdio.h>
12 #include <string.h>
13 #include <errno.h>
14 #include <stdlib.h>
15
11 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 16 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
17 #include "../../VMS_Implementations/VMS_impl/vmalloc.h"
12 18
13 #define TRUE 1 19 #define TRUE 1
14 #define FALSE 0 20 #define FALSE 0
15 21
16 union hashkey_t{ 22 union hashkey_t{