notice.h
来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· C头文件 代码 · 共 16 行
H
16 行
/* * notice.h -- header file for notice.c * * Copyright 1990, 1995 Michael Sandrof, Matthew Green * Copyright 1997 EPIC Software Labs */#ifndef __notice_h__#define __notice_h__ void p_notice (const char *, const char *, const char **); void got_initial_version_28 (const char *, const char *, const char *); void load_ircrc (void);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?