#include #include int main(){ printf("pix format: 0x%x\n", SDL_PIXELFORMAT_RGBA32); } .