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