?? waitpid.c
字號:
#include <stdlib.h>#include <sys/types.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/resource.h>__pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options){ return wait4(pid, wait_stat, options, NULL);}weak_alias(__libc_waitpid, waitpid)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -