ref: 07618fd1c60db7bf74cc0925d9763794694f7b39 dir: /sys/src/libc/9sys/getpid.c/
#include <u.h> #include <libc.h> #include <tos.h> int getpid(void) { return _tos->pid; }