home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / internal / messages.h < prev    next >
Text File  |  1996-09-28  |  402b  |  10 lines

  1. void _message(char *format, ...);
  2. /* Display a message which is as visible as possible (either to the console
  3.    or to a requester).
  4.    Assume very little about library state */
  5. void _fail(char *format, ...);
  6. /* Display a message which is as visible as possible (either to the console
  7.    or to a requester).
  8.    Assume very little about library state.
  9.    Exit with error code RETURN_FAIL after that. */
  10.