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