#include "internal.h" int sys·read(int fd, uintptr len, void *buf, intptr *n) { intptr ret = *n = syscall(·Read, fd, buf, len); return error(ret); }