Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison DynArray.h @ 34:c6e1805505c9
new branch -- PR_univ -- changed header to include PR__application.h
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 22 Jul 2013 06:19:34 -0700 |
| parents | 958dcb7754ca |
| children | 59eaf81a9cc7 |
comparison
equal
deleted
inserted
replaced
| 15:dc6e41ce9c58 | 16:ed70078cf83c |
|---|---|
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef _DYNARRAY_H | 8 #ifndef _DYNARRAY_H |
| 9 #define _DYNARRAY_H | 9 #define _DYNARRAY_H |
| 10 | 10 |
| 11 #include "PR_impl/PR_primitive_data_types.h" | 11 #include "PR__application_includes/PR__application.h" |
| 12 #include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" | |
| 13 | 12 |
| 14 | 13 |
| 15 | 14 |
| 16 /*WARNING: Passing a DynArray as a param is dangerous if add to the DynArray | 15 /*WARNING: Passing a DynArray as a param is dangerous if add to the DynArray |
| 17 * inside the function called! After adding or other operation that might | 16 * inside the function called! After adding or other operation that might |
