First page Back Continue Last page Overview Text

Notes:


This actually looked a little odd to me, since it's a literal string and then what looks like a constant.

The reason this works in C is that PRId64 is actually a macro that is resolved to a literal string by the C preprocessor, and C automatically concatenates literal strings that are just separated by whitespace.