XINU
system
getpid.c
Go to the documentation of this file.
1
5
#include <
xinu.h
>
6
11
pid32
getpid
(
void
)
12
{
13
return
(
currpid
);
14
}
currpid
pid32 currpid
現在実行中のプロセス。
Definition:
initialize.c:32
xinu.h
全てのシステムヘッダファイルをインクルードする。
getpid
pid32 getpid(void)
現在実行中のプロセスIDを返す。
Definition:
getpid.c:11
pid32
int32 pid32
プロセスID
Definition:
kernel.h:26
Generated by
1.8.13