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