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