mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 10:05:08 +00: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"
|