Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
test_same_file_similar_functions.c File Reference
#include <stdio.h>
#include <stdlib.h>
+ Include dependency graph for test_same_file_similar_functions.c:

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[])
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 106 of file test_same_file_similar_functions.c.

◆ sorted_by_distance_of_median()

int * sorted_by_distance_of_median ( int v[],
int n )

Definition at line 58 of file test_same_file_similar_functions.c.

◆ sorted_by_distance_to_median()

int * sorted_by_distance_to_median ( int v[],
int n )

Definition at line 9 of file test_same_file_similar_functions.c.