fwrite

Casts args to string and writes to stdout

Intended to be used to print formatting

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

Parameters

args A

Text or one of formatting strings

Meta