Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int * | sorted_by_distance_to_median (int v[], int n) |
int * | sorted_by_distance_of_median (int v[], int n) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 106 of file test_same_file_similar_functions.c.
int * sorted_by_distance_of_median | ( | int | v[], |
int | n ) |
Definition at line 58 of file test_same_file_similar_functions.c.
int * sorted_by_distance_to_median | ( | int | v[], |
int | n ) |
Definition at line 9 of file test_same_file_similar_functions.c.