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