mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibC: Add some integer functionality needed for NASM.
This commit is contained in:
parent
caff611ca3
commit
ddb13ae6d8
4 changed files with 29 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define PRId8 "d"
|
||||
#define PRId16 "d"
|
||||
#define PRId32 "d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue