shithub: purgatorio

ref: 2cab6c0b2f7ccfad3c7990070ab0917cfd978cf1
dir: purgatorio/lib9/errstr-Plan9.c

View raw version
#include "lib9.h"

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