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