logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

afSetErrorHandler - install a custom error handling routine

Author

       Michael Pruett <michael@68k.org>

Audio File Library 0.3.6                           03/06/2013                               AFSETERRORHANDLER(3)

Description

       afSetErrorHandler allows the user to install an error handling function overriding the default function.

Name

       afSetErrorHandler - install a custom error handling routine

Parameters

errorFunction is a pointer to an error handling function.

Return Value

       The value returned from afSetErrorHandler is a pointer to the previous error handling function.

Synopsis

       #include <audiofile.h>

       AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);

See Also