Fill out basic API functions.

This commit is contained in:
Michael R Sweet
2021-04-16 20:41:46 -04:00
parent 4a33f3f6f1
commit c2610f2dd0
9 changed files with 573 additions and 4 deletions

View File

@ -37,9 +37,14 @@ prefix = /usr/local
# Files
LIBOBJS = \
pdfio-array.o \
pdfio-common.o \
pdfio-read.o \
pdfio-write.o
pdfio-dict.o \
pdfio-file.o \
pdfio-object.o \
pdfio-page.o \
pdfio-stream.o \
pdfio-value.o
OBJS = \
$(LIBOBJS) \
testpdfio.o