r2annote.h
来自「这是一个C程序分析工具」· C头文件 代码 · 共 38 行
H
38 行
/*====================================================================*/
/* HEADER : @(#)r2annote.h 2.2 - 08/04/99 */
/*====================================================================*/
/* PURPOSE: Unt declarations. */
/* */
/* UNIT : r2annote.c */
/*--------------------------------------------------------------------*/
#ifndef __R2ANNOTE_H
#define __R2ANNOTE_H
#ifndef __R2ANALYZ_H
#include "r2analyz.h"
#endif
#ifndef __R2UTIL_H
#include "r2util.h"
#endif
#ifndef __R2CLIST_H
#include "r2clist.h"
#endif
extern BOOL AnnotateSource(
char *type, /* Method flag */
STRING *symb, /* Annotation symbol */
STRING *anl_dir, /* Analyzer output directory */
COMPLIST *cl, /* Component list */
Tree *ptree /* Source file tree */
);
#endif /* __R2ANNOTE_H */
/*====================================================================*/
/* EOF : r2annote.h */
/*====================================================================*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?