Signal an error
void SLang_doerror (char *err_str)
The SLang_doerror
function displays the string err_str
to the error device and signals a S-lang error.
SLang_doerror
is considered to obsolete. Applications should
use the SLang_verror
function instead.
SLang_verror, SLang_exit_error