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