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