📄 r2select.h
字号:
/*====================================================================*/
/* HEADER : @(#)r2select.h 2.2 - 08/04/99 */
/*====================================================================*/
/* PURPOSE: Unit declarations. */
/* */
/* UNIT : r2select.c */
/*--------------------------------------------------------------------*/
#ifndef __R2SELECT_H
#define __R2SELECT_H
#ifndef __R2ANALYZ_H
#include "r2analyz.h"
#endif
#ifndef __R2CLIST_H
#include "r2clist.h"
#endif
extern BOOL SelectComp(
COMPLIST *cl, /* Component list */
int *thresh /* Functionality threshold */
);
#endif /* __R2SELECT_H */
/*====================================================================*/
/* EOF : r2select.h */
/*====================================================================*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -