Print a string onto the message device
The message function will print the string specified by
s onto the message device.
define print_current_time ()
{
message (time ());
}
The message device will depend upon the application. For example,
the output message device for the jed editor correspond to the
line at the bottom of the display window. The default message
device is the standard output device.
- slangrtl
-
_apropos,
_traceback,
errno,
error,
fgets,
fprintf,
integer,
pack,
printf,
putenv,
set_float_format,
sprintf,
sscanf,
strcat,
string,
time,
usage,
verror,
vmessage
|