1#ifndef AT_STUB_H 2#define AT_STUB_H 3#include <stdio.h> 4 5#ifndef STUB 6# define STUB() fprintf(stderr, "AudioToolbox STUB: %s called\n", __FUNCTION__) 7#endif 8 9#define TRACE() 10#define TRACE1(...) 11#define TRACE2(...) 12 13#endif 14