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

📄 pcsync.h

📁 Advanced UNIX Programming is the long-awaited (19 years!) update to the 1985 original. Maybe "update
💻 H
字号:
#ifndef _PCSYNC_H#define _PCSYNC_Hstruct pcsync {	int fdpc[2];	int fdcp[2];};bool pcsync_init(struct pcsync *p);bool pcsync_wait_for_parent(struct pcsync *p);bool pcsync_unblock_children(struct pcsync *p, int children,  pid_t *pid_child);bool pcsync_end(struct pcsync *p);#endif /* _PCSYNC_H */

⌨️ 快捷键说明

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