Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison DynArray.h @ 35:59eaf81a9cc7
updated headers (fixed circular includes) and PR_int__malloc into PR__malloc
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 23 Jul 2013 07:41:03 -0700 |
| parents | c6e1805505c9 |
| children |
comparison
equal
deleted
inserted
replaced
| 16:ed70078cf83c | 17:a8731be11424 |
|---|---|
| 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__application_includes/PR__application.h" | 11 #include "PR__common_includes/PR__primitive_data_types.h" |
| 12 | 12 |
| 13 | 13 |
| 14 | 14 |
| 15 /*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 |
| 16 * inside the function called! After adding or other operation that might | 16 * inside the function called! After adding or other operation that might |
