Add string array, have the pdfio_file_t object manage allocated data.

This commit is contained in:
Michael R Sweet
2021-04-25 11:28:56 -04:00
parent 899feb15c7
commit 98c48e66c2
5 changed files with 268 additions and 29 deletions

View File

@ -44,6 +44,7 @@ LIBOBJS = \
pdfio-object.o \
pdfio-page.o \
pdfio-stream.o \
pdfio-string.o \
pdfio-value.o
OBJS = \
$(LIBOBJS) \