NetSurf
Macros
inttypes.h File Reference

Netsurf additional integer type formatting macros. More...

#include <inttypes.h>
Include dependency graph for inttypes.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Netsurf additional integer type formatting macros.

Definition in file inttypes.h.

Macro Definition Documentation

◆ PRId64

#define PRId64   "lld"

Definition at line 34 of file inttypes.h.

◆ PRIsizet

#define PRIsizet   "zu"

c99 standard printf formatting for size_t type

Definition at line 53 of file inttypes.h.

◆ PRIssizet

#define PRIssizet   "zd"

c99 standard printf formatting for ssize_t type

Definition at line 60 of file inttypes.h.

◆ PRIu64

#define PRIu64   "llu"

Definition at line 38 of file inttypes.h.

◆ PRIxPTR

#define PRIxPTR   "x"

Definition at line 30 of file inttypes.h.