Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Macros | |
#define | PRISIZE_T "zu" |
PRIu64 alike for printing size_t | |
#define PRISIZE_T "zu" |
Use this as:
Note that leaving a space on either side of PRISIZE_T
does not seem relevant in C, but if you omit this in C++ it will be interpreted as a user-defined string literal indicator. So it is best to always use a space on either side.
Definition at line 27 of file prisize_t.h.