📄 getpid.c
字号:
/* NetWare version of getpid. This is supposed to return a unique identifier which is used to create temporary file names. We use the thread ID. I hope this is unique. */#include <unistd.h>pid_tgetpid (){ return GetThreadID ();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -