Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dunicode.h58 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) macro
85 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) macro

Completed in 3 milliseconds