Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison DynArray.c @ 15:53c5d022dd45
added eol handling and .brch__VMS_malloc_brch to indicate brch (and reason for it)
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 17:46:39 -0800 |
| parents | 20f0996a8400 |
| children |
comparison
equal
deleted
inserted
replaced
| 8:f7b171eaa7f1 | 11:799362481c30 |
|---|---|
| 7 | 7 |
| 8 | 8 |
| 9 #include <stdio.h> | 9 #include <stdio.h> |
| 10 | 10 |
| 11 #include "DynArray.h" | 11 #include "DynArray.h" |
| 12 #include "../vmalloc.h" | |
| 13 | 12 |
| 14 //== declarations | 13 //== declarations |
| 15 void | 14 void |
| 16 increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ); | 15 increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ); |
| 17 //== | 16 //== |
