1zzip_compr_str(3) zziplib Function List zzip_compr_str(3)
2
3
4
6 zzip_compr_str - compr name.
7
9 #include <zzip/lib.h>
10
11
12 zzip_char_t *
13 zzip_compr_str(int compr)
14
15
16
17
19 The zzip_compr_str function returns the static const string of the
20 known compression methods, Unknown id values will return just "zipped"
21 as the string code.
22
23
24
26 Guido Draheim <guidod@gmx.de>
27
28
29
31 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
32
33
34
35
36
37zziplib 0.13.72 zzip_compr_str(3)