💾 Archived View for gmi.noulin.net › gitRepositories › printfRGB › file › main.c.gmi captured on 2023-07-10 at 18:02:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

printfRGB

Log

Files

Refs

README

LICENSE

main.c (151B)

     1 #include <stdio.h>
     2 #include "printfRGB.h"
     3 
     4 int main(int ARGC, char** ARGV) {
     5 
     6   initPrintfRBG();
     7 
     8   printf("%k%KRGB color" RST, 0x99EEFF, 0x666666);
     9 }