mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
adds pointer to format string docs for debug.print
This commit is contained in:
parent
66193e72d3
commit
cc0a23e10b
1 changed files with 2 additions and 1 deletions
|
|
@ -288,7 +288,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