⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exec.h

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻 H
字号:
/* * exec.h: header for exec.c  * * Copyright 1990 Michael Sandrof * Copyright 1997 EPIC Software Labs * See the Copyright file for license information */#ifndef __exec_h__#define	__exec_h__	BUILT_IN_COMMAND(execcmd);	void	do_processes		(fd_set *, fd_set *);	int	get_child_exit		(pid_t);	void	clean_up_processes	(void);	int	text_to_process		(int, const char *, int);	void	exec_server_delete 	(int);	void	add_process_wait	(int, const char *);	int	get_process_index	(char **);  /* XXXX */	int	is_valid_process	(const char *);	int	process_is_running	(char *);#endif /* _EXEC_H_ */

⌨️ 快捷键说明

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