/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/DynamicArray.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-08-31 16:03:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150831160337-m0amg2dy7pbnpz9v
* Finished of SMap... Sort of...
* Hid internals of SMap.
* Code cleanup of SMap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 *
135
135
 * @note
136
136
 * This is not the last item added to the array, necessary, it is the index
137
 
 * if the item that has the highest position in the array.
 
137
 * of the item that has the highest position in the array.
138
138
 */
139
139
size_t
140
140
s_dynamic_array_last_item (SDynamicArray * self);