Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Go to the source code of this file.
Variables | |
v [0] = 1 | |
int | n = 5 |
int | C = sum_of_array(v,5) |
int | D = sum_of_array2(5,v) |
int | E = sum_of_vector(v,5) |
return | |
int C = sum_of_array(v,5) |
int D = sum_of_array2(5,v) |
int E = sum_of_vector(v,5) |