SyntaxFix
Write A Post
Hire A Developer
Questions
If the .c source files are converted .cpp (like as in parsec), then the extern needs to be followed by "C" as in
extern "C" void foo();