shithub: purgatorio

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

View raw version
#include "lib9.h"

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