Blob Blame Raw
#include "ttwain_utilPD.h"
#ifdef __cplusplus
extern "C" {
#endif
int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly) {
return 0;
}
#ifdef __cplusplus
}
#endif