r2outset.h

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

H
37
字号
/*====================================================================*/
/*  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 + =
减小字号Ctrl + -
显示快捷键?