about summary refs log tree commit diff homepage
path: root/gzputc.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gzputc.327
1 files changed, 27 insertions, 0 deletions
diff --git a/gzputc.3 b/gzputc.3
new file mode 100644
index 0000000..a6af26f
--- /dev/null
+++ b/gzputc.3
@@ -0,0 +1,27 @@
+.Dd November 13, 2018
+.Dt GZPUTC 3
+.Os
+.
+.Sh NAME
+.Nm gzputc
+.Nd write character to compressed file
+.
+.Sh LIBRARY
+.Lb libz
+.
+.Sh SYNOPSIS
+.In zlib.h
+.Ft int
+.Fn gzputc "gzFile file" "int c"
+.
+.Sh DESCRIPTION
+Writes
+.Fa c ,
+converted to an
+.Vt unsigned char ,
+into the compressed file.
+.
+.Sh RETURN VALUES
+.Fn gzputc
+returns the value that was written,
+or -1 in case of error.