Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 22:9b6b6d554c2d | 23:098de74bad4b |
|---|---|
| 7 | 7 |
| 8 | 8 |
| 9 #include <stdio.h> | 9 #include <stdio.h> |
| 10 #include <malloc.h> | 10 #include <malloc.h> |
| 11 | 11 |
| 12 #include "DynArray.h" | 12 #include <PR__include/prdynarray.h> |
| 13 #include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" | 13 #include <PR__include/prmalloc.h> |
| 14 | 14 |
| 15 //== declarations | 15 //== declarations |
| 16 void | 16 void |
| 17 increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ); | 17 increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ); |
| 18 //== | 18 //== |
