home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / rvi / part1 / regerror.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  73 b   |  9 lines

  1. #include "rv.h"
  2.  
  3. void
  4. regerror(s)
  5. char *s;
  6. {
  7.     botprint(TRUE, "%s", s);
  8. }
  9.