Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.c @ 36:82b36ebdc648
new branch -- PR_univ_lib -- is a static library, copied to /usr/lib/PR__lib
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sat, 27 Jul 2013 15:22:09 -0700 |
| parents | 59eaf81a9cc7 |
| children |
line diff
1.1 --- a/DynArray.c Tue Jul 23 07:41:03 2013 -0700 1.2 +++ b/DynArray.c Sat Jul 27 15:22:09 2013 -0700 1.3 @@ -9,8 +9,8 @@ 1.4 #include <stdio.h> 1.5 #include <malloc.h> 1.6 1.7 -#include "DynArray.h" 1.8 -#include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" 1.9 +#include <PR__include/prdynarray.h> 1.10 +#include <PR__include/prmalloc.h> 1.11 1.12 //== declarations 1.13 void
