mail.h

来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· C头文件 代码 · 共 21 行

H
21
字号
/* * mail.h: header for mail.c * * Copyright 1990 Michael Sandrof * Copyright 1997 EPIC Software Labs * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT  */#ifndef __mail_h__#define __mail_h__extern	char	mail_timeref[];	const char *	check_mail	(void);	void	mail_systimer		(void);	void	set_mail_interval	(const void *);	void	set_mail		(const void *);	void	set_mail_type		(const void *);#endif /* _MAIL_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?