Save work on documentation tweaking.

This commit is contained in:
Michael R Sweet
2021-07-18 10:01:43 -04:00
parent 2cc4789cf6
commit b007156c01
5 changed files with 260 additions and 507 deletions

View File

@@ -48,7 +48,7 @@ extern "C" {
//
# ifdef _WIN32
typedef __int64 ssize_t; // POSIX type not present on Windows...
typedef __int64 ssize_t; // POSIX type not present on Windows... @private@
# endif // _WIN32
typedef struct _pdfio_array_s pdfio_array_t;