#include "internal.h" int sys·fork(void) { intptr ret = syscall(·Fork); return error(ret); }