?? pcsync.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 + -