#include <cstdlib>#include <iostream>#include <fstream>#include <errno.h>#include <string.h>#include <dirent.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include "op_file.h"#include "op_bfd.h"#include "op_config.h"#include "oparchive_options.h"#include "file_manip.h"#include "cverb.h"#include "image_errors.h"#include "string_manip.h"#include "locate_images.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char const *argv[]) |
Implement oparchive utility
Definition in file oparchive.cpp.
| int main | ( | int | argc, | |
| char const * | argv[] | |||
| ) |
Definition at line 245 of file oparchive.cpp.
References run_pp_tool().

1.6.1