#ifndef B_HEADER #define B_HEADER #ifdef __cplusplus extern "C" { #endif void g (const char * s); #ifdef __cplusplus } #endif #endif