Sha256: 63d7517c23adb530850dd4e4f92783f78bd52ff46b2746ef4ebffaaa8c4bef71
Contents?: true
Size: 575 Bytes
Versions: 1
Compression:
Stored size: 575 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////// // /// \file list.h /// \brief List information about .xz files // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// /// \brief List information about the given .xz file extern void list_file(const char *filename); /// \brief Show the totals after all files have been listed extern void list_totals(void);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
laag-xz-5.2.4.0 | vendor/git.tukaani.org/xz/src/xz/list.h |