Rizin
unix-like reverse engineering framework and cli tools
list.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
14 extern void list_file(const char *filename);
15 
16 
18 extern void list_totals(void);
const char * filename
Definition: ioapi.h:137
void list_file(const char *filename)
List information about the given .xz file.
Definition: list.c:1143
void list_totals(void)
Show the totals after all files have been listed.
Definition: list.c:1121