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