Displaying 1 result from an estimated 1 matches for "011bd9ba".
2020 Feb 04
2
Can I delete a function argument and its corresponding code from a file
...to convert it to
void mul(int x, int y, int& out) {
out = x * y;
}
file contains only above function definitions.
--
Thanks & Regards
Jeevan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200204/011bd9ba/attachment.html>