plabort: Error abort

plabort (message);
 

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.

message (PLCHAR_VECTOR, input)

Abort message.

This function is not used in any of our C examples.