1ZZIP_COMPR_STR(3) zziplib Function List ZZIP_COMPR_STR(3)
23
4
NAME
6zzip_compr_str - compr name.
7
SYNOPSIS
9#include <zzip/lib.h>
1011
zzip_char_t * zzip_compr_str((int compr));
12
DESCRIPTION
14The zzip_compr_str function returns the static const string of the
15known compression methods, Unknown id values will return just "zipped"
16as the string code.
17
AUTHOR
19ยท Guido Draheim <guidod@gmx.de>
20
COPYRIGHT
22Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
2324
25
26
zziplib 0.13.71 ZZIP_COMPR_STR(3)