code: 9ferno

ref: a4b1891203255a9ba6df3c6b158300b6b758a577
dir: /lib9/errstr-Plan9.c/

View raw version
#include "lib9.h"

void
oserrstr(char *buf, uint nerr)
{
	*buf = 0;
	errstr(buf, nerr);
}