New "string_array" data structure for working with arrays of strings.
authorBen Pfaff <blp@gnu.org>
Wed, 3 Feb 2010 06:10:11 +0000 (22:10 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 6 Feb 2010 04:14:19 +0000 (20:14 -0800)
commit6f0ba24cc85db195ff3ba8bd4a16dd5440339b8d
treef14b5b5875245b9fd964f8ac2bc2ec257fe34b86
parente14e3990ef75795b40ee06a4b59a3e6af2d3aef0
New "string_array" data structure for working with arrays of strings.

Occasionally a dynamic array of strings is very useful, so this commit
adds a set of helper functions for working with them.
src/libpspp/automake.mk
src/libpspp/string-array.c [new file with mode: 0644]
src/libpspp/string-array.h [new file with mode: 0644]