Home
last modified time | relevance | path

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

/external/webp/examples/
Dunicode.h71 #define WPRINTF(STR, ...) WFPRINTF(stdout, STR, __VA_ARGS__) macro
99 #define WPRINTF(STR, ...) printf(STR, __VA_ARGS__) macro