Back to Julia

Printf

stdlib/Printf/docs/src/index.md

1.12.6372 B
Original Source
@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Printf/docs/src/index.md"

[Printf](@id man-printf)

The Printf module provides formatted output functions similar to the C standard library's printf. It allows formatted printing to an output stream or to a string.

@docs
Printf.@printf
Printf.@sprintf
Printf.Format
Printf.format