|
Purpose |
Produces a fail message | ||
|
Old name |
#define _vfail sys_fail | ||
|
Syntax |
void sys_fail(error, secon, addit) | ||
|
Parameters |
int error |
DP4 error number | |
|
|
int secon |
Operating system error | |
|
|
int addit |
Additional error | |
|
Description |
The sys_fail() function produces an error message on the screen and then terminates the program. The message takes the form: Fail error reported by DP4 code <error> The output is the same as the DP4 FAIL utility. | ||
|
Example |
| ||