|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <stdio.h>#include <stdbool.h>
Include dependency graph for code.c:Go to the source code of this file.
Functions | |
| int | find_min (int v[], int n) |
| int | find_max (int v[], int n) |
| int | find_sum (int v[], int n) |
| bool | check_sorted (int v[], int n) |
| int | main (int argc, char *argv[]) |