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