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