Save work on low-level file I/O.

This commit is contained in:
Michael R Sweet
2021-04-26 10:42:01 -04:00
parent 253717248c
commit 11588ce2f5
6 changed files with 392 additions and 37 deletions

View File

@@ -32,6 +32,16 @@ void _pdfioStreamDelete(pdfio_stream_t *obj)
}
//
// '()' - .
//
bool
pdfioStreamGetToken(pdfio_stream_t *st, char *buffer, size_t bufsize)
{
}
//
// '()' - .
//