Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cpeterso
on Jan 8, 2016
|
parent
|
context
|
favorite
| on:
How to C in 2016
This article focuses on clang and gcc, but note that MSVC's printf functions do not support %zu (or %zd) for size_t. MSVC uses %Iu. There is no standard "PRIuSIZE" macro for size_t, but Mozilla defines a polyfill for Firefox:
https://hg.mozilla.org/mozilla-central/file/tip/mfbt/SizePri...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://hg.mozilla.org/mozilla-central/file/tip/mfbt/SizePri...