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