code: purgatorio

ref: 27598a9c874c115795a3d59de093f8f158a73d87
dir: /lib9/errstr-Plan9.c/

View raw version
#include "lib9.h"

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