notepad--/diff.h

16 lines
179 B
C
Executable File

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