一個FORK的面試題

爲什麼80%的碼農都做不了架構師?>>>    #include <stdio.h> #include <sys/types.h> #include <unistd.h> int main(void) {    int i;    for(i=0; i<2; i++){       fork();       printf("-");    }    wait(NULL);    wait(NUL
相關文章
相關標籤/搜索