📄 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 + -