fwriteln

Casts args to string and writes to stdout with \n at the end

Intended to be used to print formatting

fwriteln("White text", FG.red, "Red text", FG.reset, BG.red, "Red background", FR.fullreset);
void
fwriteln
(
A...
)
()

Parameters

args A

Text or one of formatting strings

Meta