From faf73d5258b3c61ea1a84efa6bed543d6bfd5321 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Jan 2026 05:43:49 +0100 Subject: feat: kernel: API tweaks and new FMT specs for NeKernel. Signed-off-by: Amlal El Mahrouss --- src/libSystem/SystemKit/System.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libSystem/SystemKit') diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h index 4e3cc264..a8cf05f2 100644 --- a/src/libSystem/SystemKit/System.h +++ b/src/libSystem/SystemKit/System.h @@ -324,7 +324,9 @@ IMPORT_C SInt32 PrintIn(IORef file /* nullptr to direct to stdout */, const Char IMPORT_C IORef PrintCreate(Void); -IMPORT_C SInt32 PrintRelease(IORef); +IMPORT_C UInt64 PrintSize(IORef ref); + +IMPORT_C SInt32 PrintRelease(IORef ref); IMPORT_C IORef PrintGet(const Char* path); -- cgit v1.2.3