目次 - SDL 3.0 API(機能別) - 標準ライブラリ - SDL_PRILLx
SDL_PRILLx
printf形式文字列のunsigned long long型の値の小文字による16進数表記の変換書式のマクロ
ヘッダ
SDL3/SDL_stdinc.h
構文
#define SDL_PRILLx SDL_PRILL_PREFIX "x"
詳細
使用例:
SDL_Log("There are %" SDL_PRILLx " bottles of beer on the wall.", bottles);
バージョン
SDL 3.2.0以降
SDL Wikiへのリンク
SDL_PRILLx - SDL Wiki