📄 collect.h
字号:
/* $Id: collect.h,v 1.11 2003/11/24 19:27:47 relson Exp $ *//*****************************************************************************NAME: collect.h -- global definitions for the collect library, part of bogofilter******************************************************************************/#ifndef COLLECT_H#define COLLECT_H#include "token.h"#include "wordhash.h"extern void wordprop_init(void *vwordprop);extern void wordcnts_init(void *vwordcnts);extern void wordcnts_incr(wordcnts_t *w1, wordcnts_t *w2);extern void collect_words(wordhash_t *wh);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -