1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 10:05:08 +00:00
serenity/LibC/inttypes.h

7 lines
91 B
C

#pragma once
#include <stdint.h>
#define PRId8 "d"
#define PRId16 "d"
#define PRId32 "d"