mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added the std::core::log for logging.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user