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