/*
Copyright © 1998, 1999 Lucent Technologies Inc.  All rights reserved.  
Revisions Copyright © 1999, 2000 Vita Nuova Limited.  All rights reserved.
Revisions Copyright © 2001 Norman Ramsey.  All rights reserved.  
*/
#include "lib9.h"

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


syntax highlighted by Code2HTML, v. 0.9.1