TP Intégration Numérique
 All Files Functions
textcolors.h File Reference

text colors header file More...

Go to the source code of this file.

Macros

#define TEXTCOLOR_RED   "\033[01;31m"
 
#define TEXTCOLOR_GREEN   "\033[01;32m"
 
#define TEXTCOLOR_YELLOW   "\033[01;33m"
 
#define TEXTCOLOR_BLUE   "\033[01;34m"
 
#define TEXTCOLOR_MAGENTA   "\033[01;35m"
 
#define TEXTCOLOR_CYAN   "\033[01;36m"
 
#define TEXTCOLOR_END   "\033[0m"
 
#define DEBUGCOLOR   TEXTCOLOR_RED
 
#define VERBOSECOLOR   TEXTCOLOR_BLUE
 

Detailed Description

text colors header file

Author
F. Cuvelier
Version
0.1
Date
18th November 2013

Definition in file textcolors.h.