extern "C"{#include "*.c"}
C++ (Qt)#include "driver.h"
C++ (Qt)extern "C"{ // function declaration list // ...}
C++ (Qt)void MyFunc( int ); // предварительное (прототип)...void MyFunc( int ) // полное (тело){}