main.c~
来自「linux terminal thread semophores」· C~ 代码 · 共 13 行
C~
13 行
#include <sys/types.h>#include <unistd.h>#include <stdio.h>#include<stdlib.h>int main(){ pid_t PID1=PID(); printf("Procesul %d",PID1); printf('\n'); return EXIT_SUCCESS;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?