Files
Odin/core
Tetralux b1e608bfba [fmt] Add *printfln()
Adds the following procedures, which just call through to the `printf` versions, with `newline = true`; a new parameter
also added in this commit.
In all cases, `wprintf` is the one that ultimately writes the newline, if requested.

- printfln
- fprintfln
- eprintfln
- aprintfln
- tprintfln
- bprintfln
- caprintfln
- ctprintfln
- sbprintfln
- wprintfln
2024-02-18 16:14:59 +00:00
..
2024-01-17 13:37:06 +01:00
2024-02-06 17:22:13 +00:00
2024-02-18 16:14:59 +00:00
2024-02-08 15:15:16 +00:00
2024-02-09 14:04:16 +11:00