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