Skip to content

Domnikov/format_color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

format_color

This code can be used for GCC5 to add linux terminal coloring to string literals.

##Example

printf(COLOR_FMT("[ %-12.12s] = [%d]"), "hello world", 10);

This code will print string [ hello world ] = [10]

Where hello world will be purple and 10 - green

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages