errstr-Plan9.c 90 B

12345678
  1. #include "lib9.h"
  2. void
  3. oserrstr(char *buf, uint nerr)
  4. {
  5. *buf = 0;
  6. errstr(buf, nerr);
  7. }