#include #include int main(void) { int version = WebPGetDecoderVersion(); printf("Webp Decoder version: %d\n", version); return 0; }