Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Go to the source code of this file.
Variables | |
int | B = 4 |
int | C = sum_of_two_elements(A,B) |
int | D = sum(A,B) |
int | E = sum_of_pair(A,B) |
return | |
int C = sum_of_two_elements(A,B) |
int E = sum_of_pair(A,B) |