|  | FOSSology
    4.6.0-rc1
    Open Source License Compliance by Open Source Software | 
The universal unpacker - Code to unpack a ZSTd compressed file. More...

Go to the source code of this file.
| Functions | |
| int | ExtractZstd (char *Source, const char *OrigName, char *Destination) | 
| Given a ZSTd file, extract the contents to the directory.  More... | |
The universal unpacker - Code to unpack a ZSTd compressed file.
Definition in file ununpack-zstd.c.
| int ExtractZstd | ( | char * | Source, | 
| const char * | OrigName, | ||
| char * | Destination | ||
| ) | 
Given a ZSTd file, extract the contents to the directory.
| Source | Pathname of source file | 
| OrigName | Original name of file | 
| Destination | Unpack destination | 
Definition at line 23 of file ununpack-zstd.c.