#include "internal.h" int sys·getpid(void) { long ret = syscall(·GetPid); return error(ret); }