|
NetSurf
|
Netsurf additional integer type formatting macros. More...
#include <inttypes.h>Go to the source code of this file.
Macros | |
| #define | PRIxPTR "x" |
| #define | PRId64 "lld" |
| #define | PRIu64 "llu" |
| #define | PRIsizet "zu" |
| c99 standard printf formatting for size_t type More... | |
| #define | PRIssizet "zd" |
| c99 standard printf formatting for ssize_t type More... | |
Netsurf additional integer type formatting macros.
Definition in file inttypes.h.
| #define PRId64 "lld" |
Definition at line 34 of file inttypes.h.
| #define PRIsizet "zu" |
c99 standard printf formatting for size_t type
Definition at line 53 of file inttypes.h.
| #define PRIssizet "zd" |
c99 standard printf formatting for ssize_t type
Definition at line 60 of file inttypes.h.
| #define PRIu64 "llu" |
Definition at line 38 of file inttypes.h.
| #define PRIxPTR "x" |
Definition at line 30 of file inttypes.h.