code: 9ferno

ref: 51fdecc65a1ae47d7c8219828af7c990884e159f
dir: /lib9/errstr-9front.c/

View raw version
#include "lib9.h"

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