關於fork函數生成父子進程變量虛擬地址

#include <stdio.h> #include <stdlib.h> int main(void) { pid_t pid; //pid_t是typedef定義的類型,表示進程的id,在sys/types.h中定義:typedef short   pid_t; int static count = 5; //static可以保存修改之後的值 printf("process id = %d,
相關文章
相關標籤/搜索