I\'m using Linux and I have the following files:
main.c, main.h fileA.c, fileA.h fileB.cpp, fileB.h
The function F1() is decla
F1()
perhaps, use
extern "C" void F1();