]> code.delx.au - pulseaudio/blob - polyp/gcc-printf.h
rename some stuff
[pulseaudio] / polyp / gcc-printf.h
1 #ifndef foogccprintfhfoo
2 #define foogccprintfhfoo
3
4 #ifdef __GNUC__
5 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
6 #else
7 #define PA_GCC_PRINTF_ATTR(a,b)
8 #endif
9
10 #endif