diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:47:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:47:31 +0100 |
| commit | 881039cd402fc24c43659c9727f89cffce0469fe (patch) | |
| tree | 7caf7d6f4a260b08cffeab9da3893e0c2213aa19 /include/ocl/print.hpp | |
| parent | c62d8578cc50f20fe65624afdf642c1763b3547d (diff) | |
chore: API cleanup and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/print.hpp')
| -rw-r--r-- | include/ocl/print.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ocl/print.hpp b/include/ocl/print.hpp index 02b3044..ea6b483 100644 --- a/include/ocl/print.hpp +++ b/include/ocl/print.hpp @@ -9,7 +9,6 @@ #define __OCL_CORE_PRINT #include <ocl/detail/config.hpp> - #include <iostream> #define console_io_out std::cout @@ -25,6 +24,8 @@ namespace ocl::io inline void print() noexcept { + extern void lf() noexcept; + lf(); } template <typename... Args> |
