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

14
pdfio-value.c Normal file
View File

@ -0,0 +1,14 @@
//
// PDF value functions for pdfio.
//
// Copyright © 2021 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//
//
// Include necessary headers...
//
#include "pdfio-private.h"