?? r2annote.h
字號:
/*====================================================================*/
/* 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 */
/*====================================================================*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -