#define SDL_PRILL_PREFIX "ll"
これは単なるサイズ接頭辞である. 恐らく実際に必要なのはSDL_PRILLd, SDL_PRILLu, SDL_PRILLx, SDL_PRILLXだろう.
使用例:
SDL_Log("There are %" SDL_PRILL_PREFIX "d bottles of beer on the wall.", bottles);