| zipios 2.3.4
    Zipios -- a small C++ library providing easy access to .zip files. | 
Tool used to append a Zip archive at the end of another file. . More...
#include <cstdlib>#include <cstring>#include <iostream>#include <fstream>#include <cstdint>
Go to the source code of this file.
| Namespaces | |
| namespace | anonymous_namespace{appendzip.cpp} | 
| Functions | |
| int | main (int argc, char *argv[]) | 
| void | anonymous_namespace{appendzip.cpp}::usage () | 
| Variables | |
| char * | anonymous_namespace{appendzip.cpp}::g_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.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 57 of file appendzip.cpp.
References anonymous_namespace{appendzip.cpp}::g_progname, and anonymous_namespace{appendzip.cpp}::usage().