home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
ERROR.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
568b
|
39 lines
NAME
error -- report a fatal error and exit
SYNOPSIS
void error(string);
char *string; error message to report
DESCRIPTION
This function sends the specified error message to stderr, and
then exits through this library's aabort() function, sounding
the console bell on its way out.
EXAMPLE
error("Invalid syntax");
This function is found in SMTCx.LIB for the Turbo-C Compiler.