Search
 
SCRIPT & CODE EXAMPLE
 

C

c colour

// F: Forground; B: Background; UL: Underline
char* F_RED = "33[0;31m";
char* F_GREEN = "33[0;32m";
char* F_YELLOW = "33[0;33m";
char* F_BLUE = "33[0;34m";

char* B_RED = "33[0;41m";
char* B_GREEN = "33[0;42m";
char* B_YELLOW = "33[0;43m";
char* B_BLUE = "33[0;44m";

char* UL_N = "33[4;0m"; /*Underline with no colour*/
char* UL_F_RED = "33[4;31m"; /*Underline in red*/
char* UL_F_GREEN = "33[4;32m"; /*Underline in green*/
char* UL_F_YELLOW = "33[4;33m"; /*Underline in yellow*/
char* UL_F_BLUE = "33[4;34m"; /*Underline in yellow*/

char* RMF = "33[0;00m"; /*Remove formatting & colours*/
Comment

PREVIOUS NEXT
Code Example
C :: Animated sprite from few images pygame 
C :: write in file in c 
C :: vscode arduino [Warning] Output path is not specified. Unable to reuse previously compiled files. Upload could be slow. See README. 
C :: sstf program in c 
C :: Invalid public key for CUDA apt repository 
C :: disable lua errors 
C :: print boolean value in c 
C :: roshan kumar 
C :: simplify fractions C 
C :: %hd c 
C :: reverse integer in c 
C :: Successeur récurssive 
C :: graphics in c 
C :: how to mutex lock in c 
C :: string compare c 
C :: hi servicenow 
C :: differnce between spooling and buffering 
C :: xor swap 
C :: how to represent unsigned char with % c 
C :: merge sort for strings in c 
C :: what is syntax in programming 
C :: array size in c 
C :: C program to check whether character is lowercase or not using ASCII values 
C :: c zero out array 
C :: typedef c struct 
C :: how to get file size in c 
C :: create node in c 
C :: absolute value of intel intrinsic 
C :: Command to create a static library in C 
C :: redis service 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =