comparison PrivateHash.h @ 19:9b75ea156895

added pure C brch
author Me@portablequad
date Mon, 13 Feb 2012 13:10:28 -0800
parents 40ec8f9583d8
children
comparison
equal deleted inserted replaced
3:8eff10827dd7 5:9dd08482d995
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 "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 11
12 #include <stdio.h>
13 #include <string.h>
14 #include <errno.h>
15 #include <stdlib.h>
12 16
13 #define TRUE 1 17 #define TRUE 1
14 #define FALSE 0 18 #define FALSE 0
15 19
16 union hashkey_t{ 20 union hashkey_t{