r2build.h

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

H
41
字号
/*====================================================================*/
/*  HEADER :  @(#)r2build.h	2.2  -  08/04/99 */
/*====================================================================*/
/*  PURPOSE:  Unit declarations.                                      */
/*                                                                    */
/*  UNIT   :  r2build.c                                               */
/*--------------------------------------------------------------------*/

#ifndef __R2BUILD

#define __R2BUILD

#ifndef __R2UTIL_H
#include "r2util.h"
#endif

#ifndef __R2ANALYZ_H
#include "r2analyz.h"
#endif

#ifndef __R2TLIST_H
#include "r2tlist.h"
#endif

#ifndef __R2CLIST_H
#include "r2clist.h"
#endif

extern BOOL BuildCompList(
  TESTLIST  	*tl,			/* Test case list             */
  COMPLIST	*cl,			/* Component list             */
  Tree          *ptree,                 /* Binary Tree from Main      */
  clinput       *CLInput                /* Command line input struture*/
);

#endif /* __R2BUILD */

/*====================================================================*/
/*  EOF    :  r2build.h                                               */
/*====================================================================*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?