Next Previous Contents

82. SLang_doerror

Synopsis

Signal an error

Usage

void SLang_doerror (char *err_str)

Description

The SLang_doerror function displays the string err_str to the error device and signals a S-lang error.

Notes

SLang_doerror is considered to obsolete. Applications should use the SLang_verror function instead.

See Also

SLang_verror, SLang_exit_error


Next Previous Contents