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);
Text or one of formatting strings
See Implementation
Casts args to string and writes to stdout with \n at the end
Intended to be used to print formatting