Arkanjo
0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
preprocessor_main.cpp
Go to the documentation of this file.
1
// As preprocessor is, in the moment, separated from orchestrator
2
// we define a main function to use it.
3
4
#include <bits/stdc++.h>
5
#include "
preprocessor.hpp
"
6
using namespace
std;
7
8
int
main
(
int
argc,
char
*argv[]){
9
Preprocessor
preprocessor(
true
);
10
return
0;
11
}
Preprocessor
Codebase preprocessing orchestrator.
Definition
preprocessor.hpp:35
preprocessor.hpp
Codebase preprocessing interface.
main
int main(int argc, char *argv[])
Definition
preprocessor_main.cpp:8
arkanjo
pre
preprocessor_main.cpp
Generated by
1.13.2