// // foo.h // // chapter 1 introduction // modern cpp tutorial // // created by changkun at changkun.de // https://github.com/changkun/modern-cpp-tutorial // #ifdef __cplusplus extern "C" { #endif int add(int x, int y); #ifdef __cplusplus } #endif