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