mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Merge cc0a23e10b into 9082b004b6
This commit is contained in:
commit
889580e776
1 changed files with 2 additions and 1 deletions
|
|
@ -300,7 +300,8 @@ pub fn unlockStderrWriter() void {
|
|||
}
|
||||
|
||||
/// Print to stderr, silently returning on failure. Intended for use in "printf
|
||||
/// debugging". Use `std.log` functions for proper logging.
|
||||
/// debugging". Use `std.log` functions for proper logging. See `Writer.print`
|
||||
/// for format string documentation.
|
||||
///
|
||||
/// Uses a 64-byte buffer for formatted printing which is flushed before this
|
||||
/// function returns.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue