MAIN.H
上传用户:bjghjy
上传日期:2007-01-07
资源大小:379k
文件大小:0k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #ifndef _MAIN
  2. #define _MAIN
  3. void CompressFile(FILE *input,BIT_FILE *output,int argc,char *argv[]);
  4. void ExpandFile(BIT_FILE *input,FILE *output,int argc,char *argv[]);
  5. extern char *Usage;
  6. extern char *CompressionName;
  7. #endif