From e1341c15ca47901150a33a629af95c79310050d5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 22 May 2022 16:56:24 +0000 Subject: Add pm_writefile git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4343 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/pm.h') diff --git a/lib/pm.h b/lib/pm.h index ebad448d..8d5973eb 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -385,6 +385,11 @@ pm_readfile(FILE * const fileP, const unsigned char ** const bytesP, size_t * const szP); +void +pm_writefile(FILE * const fileP, + const unsigned char * const bytes, + size_t const sz); + short pm_bs_short(short const s); -- cgit 1.4.1