#ifndef DIFF_H_ #define DIFF_H_ #ifdef __cplusplus extern "C" { #endif extern __declspec (dllimport) int work (int argc, char **argv); #ifdef __cplusplus } #endif #endif