Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison DynArray.c @ 37:962fe26aca16
adding netbeans project directories to repository
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 14 Feb 2014 07:45:45 -0800 |
| 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 //== |
