zopen.c | 1 /* $NetBSD: zopen.c,v 1.16 2022/03/23 11:08:28 andvar Exp $ */ 38 static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; 40 static char rcsid[] = "$NetBSD: zopen.c,v 1.16 2022/03/23 11:08:28 andvar Exp $"; 58 * zopen(filename, mode, bits) 205 FILE *zopen(const char *, const char *, int); 654 zopen(const char *fname, const char *mode, int bits) function in typeref:typename:FILE *
|