The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 20. The Specialized C API for PLplot | Next |
plexit
: Error exit
This routine is called in case an error is encountered during
execution of a PLplot routine. It prints the error message, tries to
release allocated resources, calls the handler provided by plsexit
and then exits. If cleanup needs to be done in the driver program
then the user may want to supply his/her own exit handler and pass it
in via plsexit
. This function should either call plend
before
exiting, or simply return.
|
This function is currently available in C and ada.
This function is not used in any examples.
Prev | Home | Next |
plClearOpts : Clear internal option table info
structure. | Up | plFree2dGrid : Free the memory associated
with a 2-d grid allocated using plAlloc2dGrid . |