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