For example, printing a 64–bit integer in hexadecimal notation: int64_t i; printf("i =%" PRIx64 "\n", i);. Similarly, there are macros for scanf(3C) format ...
確定! 回上一頁