home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / next / make-support.h < prev    next >
C/C++ Source or Header  |  1996-05-16  |  199b  |  5 lines

  1. extern void v_make_support (int type, char *name, char *file, int line,
  2.                 char *msg, va_list ap);
  3. extern void   make_support (int type, char *name, char *file, int line,
  4.                 char *msg, ...);
  5.