ref: f18c8b933e1519375a0f0cbdde031e2cf590abd7
dir: /sys/src/ape/lib/ap/plan9/9read.c/
#include "lib.h"
#include <string.h>
#include <stdlib.h>
#include "sys9.h"
#include "dir.h"
long
_READ(int fd, void *buf, long n)
{
	return _PREAD(fd, buf, n, -1LL);
}