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 >
Wrap
Text File
|
1996-09-28
|
402b
|
10 lines
void _message(char *format, ...);
/* Display a message which is as visible as possible (either to the console
or to a requester).
Assume very little about library state */
void _fail(char *format, ...);
/* Display a message which is as visible as possible (either to the console
or to a requester).
Assume very little about library state.
Exit with error code RETURN_FAIL after that. */