Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
comparison PrivateHash.h @ 29:18ec64d06e35
Renamed VMS to PR, in new branch
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 03 Sep 2012 15:03:38 -0700 |
| parents | ac99f4a8ce22 |
| children | 1d42a512f482 |
comparison
equal
deleted
inserted
replaced
| 8:166369394f1a | 9:d157ea598e06 |
|---|---|
| 11 #include <stdio.h> | 11 #include <stdio.h> |
| 12 #include <string.h> | 12 #include <string.h> |
| 13 #include <errno.h> | 13 #include <errno.h> |
| 14 #include <stdlib.h> | 14 #include <stdlib.h> |
| 15 | 15 |
| 16 #include "VMS_impl/VMS_primitive_data_types.h" | 16 #include "PR_impl/PR_primitive_data_types.h" |
| 17 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" | 17 #include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" |
| 18 | 18 |
| 19 //===================== defines ===================== | 19 //===================== defines ===================== |
| 20 #define TRUE 1 | 20 #define TRUE 1 |
| 21 #define FALSE 0 | 21 #define FALSE 0 |
| 22 | 22 |
