1AFSETERRORHANDLER(3) AFSETERRORHANDLER(3)
2
3
4
6 afSetErrorHandler - install a custom error handling routine
7
9 #include <audiofile.h>
10
11 AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);
12
14 errorFunction is a pointer to an error handling function.
15
17 afSetErrorHandler allows the user to install an error handling function
18 overriding the default function.
19
21 The value returned from afSetErrorHandler is a pointer to the previous
22 error handling function.
23
25 Michael Pruett <michael@68k.org>
26
27
28
29Audio File Library 0.3.6 03/06/2013 AFSETERRORHANDLER(3)