MPD  0.20.23
Macros | Typedefs
Offset.hxx File Reference
#include "check.h"
#include <stdint.h>
Include dependency graph for Offset.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRIoffset   PRIu64
 To format an offset_type with printf(). More...
 

Typedefs

typedef uint64_t offset_type
 A type for absolute offsets in a file. More...
 

Macro Definition Documentation

◆ PRIoffset

#define PRIoffset   PRIu64

To format an offset_type with printf().

To use this, include <cinttypes>.

Definition at line 36 of file Offset.hxx.

Typedef Documentation

◆ offset_type

typedef uint64_t offset_type

A type for absolute offsets in a file.

Definition at line 30 of file Offset.hxx.