Home
last modified time | relevance | path

Searched defs:PRINTF_ARGS (Results 1 – 1 of 1) sorted by relevance

/civetweb-2.7.6/include/
Dcivetweb.h885 #define PRINTF_ARGS(x, y) __attribute__((format(printf, x, y))) macro
887 #define PRINTF_ARGS(x, y) macro