The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 18. The Specialized C API for PLplot | Next |
plabort
: Error abort
This routine is to be used when something goes wrong that doesn't
require calling plexit
but for which there is no useful recovery.
It calls the abort handler defined via plsabort
, does some cleanup
and returns. The user can supply his/her own abort handler and pass it
in via plsabort
.
|