Home
last modified time | relevance | path

Searched refs:DAEMON_GCC_PRINTF_ATTR (Results 1 – 1 of 1) sorted by relevance

/external/libdaemon/libdaemon/
Ddlog.h60 #if defined(__GNUC__) && ! defined(DAEMON_GCC_PRINTF_ATTR)
61 #define DAEMON_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b))) macro
64 #define DAEMON_GCC_PRINTF_ATTR(a,b) macro
71 void daemon_log(int prio, const char* t, ...) DAEMON_GCC_PRINTF_ATTR(2,3);