?? r2outset.h
字號:
/*====================================================================*/
/* HEADER : @(#)r2outset.h 2.2 - 08/04/99 */
/*====================================================================*/
/* PURPOSE: Unit declarations. */
/* */
/* UNIT : r2outset.c */
/*--------------------------------------------------------------------*/
#ifndef __R2OUTSET_H
#define __R2OUTSET_H
#ifndef __R2ANALYZ_H
#include "r2analyz.h"
#endif
#ifndef __R2UTIL_H
#include "r2util.h"
#endif
#ifndef __R2CLIST_H
#include "r2clist.h"
#endif
extern void OutputSets(
COMPLIST *cl, /* Final component list */
int casesWith, /* Cnt. cases that exhibit feature*/
int casesTot, /* Cnt. test cases total */
Tree *ptree /* Binary tree of source files */
);
#endif /* __R2OUTSET_H */
/*====================================================================*/
/* EOF : r2outset.h */
/*====================================================================*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -