|
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 (p1) | |
| free (p2) | |
Variables | |
| v [0] = 5 | |
| int | n = 6 |
| int * | p1 = sorted_by_distance_to_median(v,n) |
| int * | p2 = sorted_by_distance_of_median(v,n) |
| return | |
| free | ( | p1 | ) |
| free | ( | p2 | ) |
| printf | ( | "\n" | ) |
| int* p1 = sorted_by_distance_to_median(v,n) |
| int* p2 = sorted_by_distance_of_median(v,n) |