code: purgatorio

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

View raw version
#include "lib9.h"

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