This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This is free and unencumbered software released into the public domain. | |
* | |
* For more information, please refer to <https://unlicense.org> | |
*/ | |
#ifndef __ANSI_COLOR_CODES_H_ | |
#define __ANSI_COLOR_CODES_H_ | |
//Regular text |
NewerOlder