Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Go to the source code of this file.
Functions | |
for (int i=0;i< n;i++) | |
printf ("\n") | |
free (p) | |
Variables | |
v [0] = 5 | |
int | n = 6 |
int * | p = sorted_by_distance_of_median(v,n) |
return | |
free | ( | p | ) |
printf | ( | "\n" | ) |
int* p = sorted_by_distance_of_median(v,n) |