Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
sum.c
Go to the documentation of this file.
1{
2 int ret = a+b;
3 return ret;
4}
return ret
Definition sum.c:3