Deleted Added
full compact
zopen.3 (1591) zopen.3 (17717)
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd June 9, 1993
35.Dt ZOPEN 3
36.Os
37.Sh NAME
38.Nm zopen
39.Nd compressed stream open function
40.Sh SYNOPSIS
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd June 9, 1993
35.Dt ZOPEN 3
36.Os
37.Sh NAME
38.Nm zopen
39.Nd compressed stream open function
40.Sh SYNOPSIS
41.Fd #include <stdio.h>
41.Fd #include "zopen.h"
42.Ft FILE *
43.Fn zopen "const char *path" "const char *mode" "int bits"
44.Sh DESCRIPTION
45The
46.Fn zopen
47function
48opens the compressed file whose name is the string pointed to by
49.Fa path

--- 90 unchanged lines hidden ---
42.Ft FILE *
43.Fn zopen "const char *path" "const char *mode" "int bits"
44.Sh DESCRIPTION
45The
46.Fn zopen
47function
48opens the compressed file whose name is the string pointed to by
49.Fa path

--- 90 unchanged lines hidden ---