zipios 2.2.0
Zipios -- a small C++ library that provides easy access to .zip files.
appendzip.cpp File Reference

Tool used to append a Zip archive at the end of another file. . More...

#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include <stdint.h>
Include dependency graph for appendzip.cpp:

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

Detailed Description

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.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )