摘要: #include <stdio.h> #include <process.h> #include <sys/types.h> int main() { pid_t pid; pid = getpid(); printf("%d\n" ,pid); getchar(); } 阅读全文
posted @ 2016-04-25 10:48 岑小良 阅读(98) 评论(1) 推荐(1) 编辑