mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
7 lines
91 B
C
7 lines
91 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define PRId8 "d"
|
|
#define PRId16 "d"
|
|
#define PRId32 "d"
|