hcache.h
来自「Boost provides free peer-reviewed portab」· C头文件 代码 · 共 19 行
H
19 行
/* * This file is not part of Jam *//* * hcache.h - handle #includes in source files */#ifndef HCACHE_H# define HCACHE_H# include "regexp.h"# include "lists.h"void hcache_init(void);void hcache_done(void);LIST *hcache(TARGET *t, int rec, regexp *re[], LIST *hdrscan);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?