The standard library sfprintf package implements a text formatting facility inspired by the C printf() function.
The standard toplevel printf function is based upon the sfprintf package with assists from the Mythryl parser and the printf_format_string_to_raw_syntax package from src/lib/compiler/front/parser/raw-syntax/printf-format-string-to-raw-syntax.pkg.
The sfprintf package implements the Sfprintf API.
The sfprintf package source code is in src/lib/src/sfprintf.pkg.
For an alternate printf() inspired package, see printf_combinator.
See also: printf_field.
See also: scanf. The above information is manually maintained and may contain errors.
Sfprintf