Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
filter.cpp File Reference
#include <bits/stdc++.h>
+ Include dependency graph for filter.cpp:

Go to the source code of this file.

Functions

bool matches (string text, string pattern)
 
void filter (string file_name)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ filter()

void filter ( string file_name)

Definition at line 15 of file filter.cpp.

◆ main()

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

Definition at line 46 of file filter.cpp.

◆ matches()

bool matches ( string text,
string pattern )

Definition at line 11 of file filter.cpp.