From 7d5c3467a3b809c0fe2ee69ad765c1cd452cb535 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 16 Feb 2026 12:57:46 +0100 Subject: chore: introduce a Nectar Core Library 'NCL' function. Signed-off-by: Amlal El Mahrouss --- include/GenericsLibrary/io.nhh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GenericsLibrary/io.nhh b/include/GenericsLibrary/io.nhh index d99ae83..dba40b1 100644 --- a/include/GenericsLibrary/io.nhh +++ b/include/GenericsLibrary/io.nhh @@ -6,11 +6,11 @@ #ifndef NECTAR_GL_IO_NHH #define NECTAR_GL_IO_NHH -import printf; +import ncl_printf; const writefn(let fmt, let args) { - printf(fmt, {args}); + ncl_printf(fmt, {args}); } #endif -- cgit v1.2.3