#include <stdlib.h>
#include <assert.h>
#include <algorithm>
#include <map>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include "boost/iostreams/slice.hpp"
#include "boost/iostreams/copy.hpp"
#include "boost/iostreams/filter/zlib.hpp"
#include "boost/iostreams/filtering_stream.hpp"
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 161 of file zip.cc.
164 cerr <<
"Must give at least filename" << endl;
170 cout <<
"================== " <<
argv[
i] <<
"==================" << endl;
171 if (!
file.dump(
string(
argv[i]), cout ) ) {
172 cout <<
" NOT FOUND! " << endl;
GAUDI_API long argc()
Number of arguments passed to the commandline (==numCmdLineArgs()); just to match argv call...