#include #include #include #ifdef _CPLUSPLUS extern "C" int convGray(int height, int width, unsigned char* buffer); #else //extern int convGray(int height, int width, (unsigned char*)data); #endif