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