| 1 | /* trees.c -- output deflated data using Huffman coding |
| 2 | * Copyright (C) 1995-2012 Jean-loup Gailly |
| 3 | * detect_data_type() function provided freely by Cosmin Truta, 2006 |
| 4 | * For conditions of distribution and use, see copyright notice in zlib.h |
nothing calls this directly
no test coverage detected