|
Zipios++
|
Source code to a small program appendzip that appends a zip archive to another file. More...
#include <cstdlib>#include "zipios++/zipios-config.h"#include "zipios++/meta-iostreams.h"#include "zipios++/ziphead.h"#include "zipios++/zipheadio.h"
Go to the source code of this file.
Functions | |
| void | printUsage () |
| void | exitUsage (int exit_code) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | _progname |
Source code to a small program appendzip that appends a zip archive to another file.
Run appendzip without arguments to get a helpful usage message.
Definition in file appendzip.cpp.
| void exitUsage | ( | int | exit_code | ) |
Definition at line 54 of file appendzip.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 17 of file appendzip.cpp.
| void printUsage | ( | ) |
Definition at line 50 of file appendzip.cpp.
| char* _progname |
Definition at line 12 of file appendzip.cpp.