Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ListOfArrays
diff ListOfArrays.c @ 17:6386ae5cc770
Updated include paths
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 20 Sep 2013 00:02:12 -0700 |
| parents | 7731a4d31baa |
| children |
line diff
1.1 --- a/ListOfArrays.c Tue Jul 23 07:30:42 2013 -0700 1.2 +++ b/ListOfArrays.c Fri Sep 20 00:02:12 2013 -0700 1.3 @@ -1,6 +1,6 @@ 1.4 1.5 -#include "ListOfArrays.h" 1.6 -#include "PR__common_includes/Services_Offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" 1.7 +#include <PR__include/prlistofarrays.h> 1.8 +#include <PR__include/prmalloc.h> 1.9 1.10 ListOfArrays* makeListOfArrays(size_t entry_size, int num_entries_per_block){ 1.11 ListOfArrays* newLoA = (ListOfArrays*) PR__malloc(sizeof(ListOfArrays));
