#ifndef DRIVERS_INCLUDED #define DRIVERS_INCLUDED #ifdef __cplusplus extern "C" { #endif int drivers_foobar(int a, int b); #ifdef __cplusplus } #endif #endif