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