r2read.h

来自「这是一个C程序分析工具」· C头文件 代码 · 共 36 行

H
36
字号
/*====================================================================*/
/*  HEADER :  @(#)r2read.h	2.3  -  08/04/99 */
/*====================================================================*/
/*  PURPOSE:  Unit declarations.                                      */
/*                                                                    */
/*  UNIT   :  r2read.c                                                */
/*--------------------------------------------------------------------*/

#ifndef __R2READ_H

#define __R2READ_H

#ifndef __R2ANALYZ_H
#include "r2analyz.h"
#endif

#ifndef __R2TLIST_H
#include "r2tlist.h"
#endif

extern BOOL ReadTestData(
  char		*type,			/* Method flag	      	      */
  int		*thresh,                /* Probabilistic threshold    */
  STRING 	*symb,                  /* Annotation symbol          */
  TESTLIST  	*tl,			/* Test case list             */
  int		*casesWith,		/* Count of test cases that   */
					/*  exhibit the feature       */
  int		*casesTot,		/* Count total number of cases*/
  clinput       *CLInput   /* Command line input structure */
);
#endif /* __R2READ_H */

/*====================================================================*/
/*  EOF    :  r2read.h                                                */
/*====================================================================*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?