syscalls_63.html
来自「Linux系统调用」· HTML 代码 · 共 25 行
HTML
25 行
<!-- This HTML file has been created by texi2html 1.29
from syscalls.texi on 4 June 1994 -->
<TITLE>Syscall specifications of Linux - getpid</TITLE>
<P>Go to the <A HREF="syscalls_62.html" tppabs="http://personal.xfol.com/%7erezaie/syscall/syscalls_62.html">previous</A>, <A HREF="syscalls_64.html" tppabs="http://personal.xfol.com/%7erezaie/syscall/syscalls_64.html">next</A> section.<P>
<H2><A NAME="SEC63" HREF="syscalls_toc.html#SEC63" tppabs="http://personal.xfol.com/%7erezaie/syscall/syscalls_toc.html#SEC63">getppid</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>pid_t getpid(void);</CODE>
<P>
<CODE>pid_t getppid(void);</CODE>
<P>
<H3>DESCRIPTION</H3>
<P>
<CODE>getpid</CODE> returns the process id of the current task and
<CODE>getppid</CODE> returns the process id of the parent task.
<P>
<H3>RETURN VALUE</H3>
<P>
<CODE>getpid</CODE>: the pid of the current task.
<CODE>getppid</CODE>: the pid of the parent task.
<P>
<P>Go to the <A HREF="syscalls_62.html" tppabs="http://personal.xfol.com/%7erezaie/syscall/syscalls_62.html">previous</A>, <A HREF="syscalls_64.html" tppabs="http://personal.xfol.com/%7erezaie/syscall/syscalls_64.html">next</A> section.<P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?