?? 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 */
/*====================================================================*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -