diff.h 179 B

123456789101112131415
  1. 
  2. #ifndef DIFF_H_
  3. #define DIFF_H_
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern __declspec (dllimport) int work (int argc, char **argv);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif