Changeset 986 for pjproject/trunk/pjlib/include/pj/array.h
- Timestamp:
- Feb 20, 2007 2:58:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/array.h
r974 r986 43 43 * @param array the array. 44 44 * @param elem_size the size of the individual element. 45 * @param count the currentnumber of elements in the array.45 * @param count the CURRENT number of elements in the array. 46 46 * @param pos the position where the new element is put. 47 47 * @param value the value to copy to the new element.
Note: See TracChangeset
for help on using the changeset viewer.