📄 getpid_.c
字号:
/*char id_getpid[] = "@(#)getpid_.c 1.1"; * * get process id * * calling sequence: * integer getpid, pid * pid = getpid() * where: * pid will be the current process id */long getpid_(){ return((long)getpid());}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -