1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 17:10:59 +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"