📄 r2read.h
字号:
/*====================================================================*/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -