<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 12, 2011, at 1:06 PM, Nick Lewycky wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Author: nicholas<br>Date: Tue Apr 12 15:06:50 2011<br>New Revision: 129384<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=129384&view=rev">http://llvm.org/viewvc/llvm-project?rev=129384&view=rev</a><br>Log:<br>Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format<br>specifier.</span></blockquote></div><br><div>Uh, I'm pretty sure that isn't more portable.  Why not just cast it to (unsigned long long) and print with %ull?</div><div><br></div><div>-Chris</div></body></html>