afSetErrorHandler (3)
Leading comments
Title: afSetErrorHandler Author: [see the "AUTHOR" section] Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> Date: 03/06/2013 Manual: \ \& Source: Audio File Library 0.3.6 Language: English
NAME
afSetErrorHandler - install a custom error handling routineSYNOPSIS
#include <audiofile.h>
AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);
PARAMETERS
errorFunction is a pointer to an error handling function.
DESCRIPTION
afSetErrorHandler allows the user to install an error handling function overriding the default function.
RETURN VALUE
The value returned from afSetErrorHandler is a pointer to the previous error handling function.
AUTHOR
Michael Pruett <michael@68k.org>