summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-array.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new array type to make managing arrays easierRay Strode2008-05-281-0/+37
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.