blob: 2bb8b2d5d5628a14e6e0bf33fccc3cc04f8d8294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Name: vector
URL: https://github.com/goldsborough/vector
Version: commit-id: 40efe82
License: MIT
License File: LICENSE
Description:
A feature-complete, generic and customizable resizable
array implementation in pure C that supports almost
the entire C++ std::vector API, including iterators.
Local Modifications:
Renamed some functions to fit in with the AOMedia
naming convention.
|