reports.h
上传用户:jtjnyq9001
上传日期:2014-11-21
资源大小:3974k
文件大小:0k
源码类别:

3G开发

开发平台:

Visual C++

  1. //
  2. //  File = reports.h
  3. //
  4. #ifndef _REPORTS_H_
  5. #define _REPORTS_H_
  6. void CreateReportFiles( char *report_name_root,
  7.                         bool date_in_short_rpt_name,
  8.                         bool date_in_full_rpt_name);
  9. #endif