code: 9ferno

ref: 2dd98ec94ebe7429531ae99996841e46faa73e5c
dir: /lib9/errstr-9front.c/

View raw version
#include "lib9.h"

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