#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "gunzip.h"
Go to the source code of this file.
Functions | |
int | gunzip_module (const char *name, const char *tmp) |
|
unzip a module by its name/path and dump its contents to tmp Definition at line 29 of file gunzip.cc. Referenced by load_module(). |