Chapter Contents

Previous

Next
Function Categories

Diagnostic Control Functions

The functions in this category allow you to control the processing of errors by the library. For example, you can put diagnostics into programs with assert , generate a library traceback with btrace , and suppress library diagnostics with quiet .

The diagnostic control functions are
assert put diagnostics into programs
btrace generate a traceback
perror write diagnostic message
quiet control library diagnostic output
storck checks if storage has been corrupted
strerror map error number to a message string.


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.