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