Skip to content

Instantly share code, notes, and snippets.

View LucasAlves011's full-sized avatar
💭
xD

Lucas Alves LucasAlves011

💭
xD
  • MV
  • Brazil
  • 22:24 (UTC -03:00)
View GitHub Profile
@RabaDabaDoba
RabaDabaDoba / ANSI-color-codes.h
Last active May 14, 2024 18:33 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes working in C!
/*
* This is free and unencumbered software released into the public domain.
*
* For more information, please refer to <https://unlicense.org>
*/
//Regular text
#define BLK "\e[0;30m"
#define RED "\e[0;31m"
#define GRN "\e[0;32m"