Home
last modified time | relevance | path

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

/external/webp/examples/
Dunicode.h62 #define WFPRINTF(STREAM, STR, ...) \ macro
100 #define WFPRINTF(STREAM, STR, ...) fprintf(STREAM, STR, __VA_ARGS__) macro