📄 r2build.h
字号:
/*====================================================================*/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -