#!/usr/bin/env /friends/bin/cxxscript #include #include #include int main(int argc, char *argv[]) { FILE *fp; long InputFileSize; //MDB File Size unsigned char *pInput; //MDB Memory long OutputSize; //TIFF File Size unsigned char *pOutput; //TIFF Memory unsigned char TIFHead[26]; //TIFF head1 unsigned char TIFIFD[10][12]; //TIFF head2 unsigned char TIFrsv[8]; //TIFF head3 // File Siez Get struct stat statBuf; printf("Init"); return 0; }