14 #ifndef AVIATE_EFXPRINT_H_
15 #define AVIATE_EFXPRINT_H_
27 int printf(
const char *fmt, ...) {
return 0; }
30 int printf(
const char *fmt, ...) {
33 int result = printf_impl(fmt, args);
37 void flush() { flush_impl(); }
40 int printf_impl(
const char *__restrict fmt, __gnuc_va_list args);
53 #define EFX_PRINT(x) do { x; } while(0)
Definition: EfxPrint.h:21
The Aviate library/namespace provides the primary API for working with Multiverse.
Definition: AudioEffectWrapper.h:24