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

make.sh (87B)


      1 gcc -c -std=gnu99 printfRGB.c
      2 gcc -std=gnu99 main.c printfRGB.o
      3 echo Compiled to a.out