FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
The universal unpacker - Code to unpack an AR file. More...
Go to the source code of this file.
Functions | |
int | ExtractAR (char *Source, char *Destination) |
Given an AR file, extract the contents to the directory. This uses the command ar. More... | |
The universal unpacker - Code to unpack an AR file.
Definition in file ununpack-ar.c.
int ExtractAR | ( | char * | Source, |
char * | Destination | ||
) |
Given an AR file, extract the contents to the directory. This uses the command ar.
Source | Pathname of source file |
Destination | Unpack destination |
Definition at line 26 of file ununpack-ar.c.