#ifndef __ADDER_H__ #define __ADDER_H__ #pragma comment(lib, "adder") extern int add(int a, int b); #endif