// // foo.h // // chapter 1 introduction // c++1x tutorial // // created by changkun at changkun.de // #ifdef __cplusplus extern "C" { #endif int add(int x, int y); #ifdef __cplusplus } #endif