Skip to content

Instantly share code, notes, and snippets.

View yuharsenergi's full-sized avatar
💭
Hi there!

ergi yuharsenergi

💭
Hi there!
View GitHub Profile
@RabaDabaDoba
RabaDabaDoba / ANSI-color-codes.h
Last active May 2, 2024 03:23 — 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"