How should I print types like off_t and size_t?
Posted
by Georg
on Stack Overflow
See other posts from Stack Overflow
or by Georg
Published on 2009-02-25T17:11:47Z
Indexed on
2010/03/26
11:23 UTC
Read the original article
Hit count: 120
Filed under:
c
I'm trying to print types like off_t
and size_t
. What is the correct placeholder for printf()
that is portable?
Or is there a completely different way to print those variables?
© Stack Overflow or respective owner