printfRGB

add %k and %K type specifier to GNU printf for RBG colors
git clone https://noulin.net/git/printfRGB.git
Log | Files | Refs | README | LICENSE

printfRGB.h (50B)


      1 
      2 #define RST "\x1B[0m"
      3 
      4 void initPrintfRBG(void);