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