Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
sum_of_pair.c
Go to the documentation of this file.
1{
2 return left+right;
3}