Searched defs:LIBEVDEV_ATTRIBUTE_PRINTF (Results 1 – 2 of 2) sorted by relevance
33 #define LIBEVDEV_ATTRIBUTE_PRINTF(_format, _args) __attribute__ ((format (printf, _format, _args))) macro