Added the std::core::log for logging.

This commit is contained in:
Christoffer Lerno
2025-08-05 18:30:46 +02:00
parent abd3585c44
commit 0205ee8688
8 changed files with 304 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ macro void eprint(x)
@param x : "The value to print"
*>
macro void eprintn(x)
macro void eprintn(x = "")
{
(void)fprintn(io::stderr(), x);
}