Module uucore::memo

source ·
Expand description

Main entry point for our implementation of printf.

The printf and sprintf closely match the behavior of the corresponding C functions: the former renders a formatted string to stdout, the latter renders to a new String object.

Functions

  • Write a formatted string to stdout.
  • Create a new formatted string.