AMS_Set_abort_func

Sets the AMS abort function. By default the C function abort is called. The user can alter this by providing a pointer to a function that has the same prototype as abort: void func(void).

Synopsis

int AMS_Set_abort_func(void (* abort_func)())

Input Parameters

abort_func - A pointer to the user abort function

Location:accpub.c