summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-array.c
Commit message (Collapse)AuthorAgeFilesLines
* Add new array type to make managing arrays easierRay Strode2008-05-281-0/+137
This is just a thin wrapper around the buffer object, that keeps the data in terms of "elements" instead of bytes, and always null terminates the result.