code: 9ferno

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

View raw version
#include "lib9.h"

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