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