Altera_Forum
Honored Contributor
20 years agoLinker question
Hello, I have an assembly function (say A). In my C code, I declare the function with extern "C" { void A(int val); }; In a class, there is a function delcared B, that is calling A in...