|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include "build/preprocessor_build.hpp"#include "list/preprocessor_list.hpp"#include "../help/help.hpp"#include <cassert>#include <filesystem>#include <iomanip>#include <iostream>#include <string>#include <arkanjo/orchestrator_helper.hpp>#include <arkanjo/orchestrator.hpp>#include <arkanjo/commands/command.hpp>#include <arkanjo/formatter/format_manager.hpp>
Include dependency graph for preprocessor_main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 19 of file preprocessor_main.cpp.