Skip to content

Colored Terminal. Set of constants and macros generators for escape sequences for colored output.

License

Notifications You must be signed in to change notification settings

sergey-gru/cterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cterm

Colored Terminal. Set of constants and macros generators for escape sequences for colored output.

Compiling

Compile object module

gcc -o obj/cterm.o -c src/cterm.c

Compile example program main.exe

gcc -o obj/cterm.o -c src/cterm.c
gcc -o main.exe src/main.c obj/cterm.o

Building all targets

redo all

About

Colored Terminal. Set of constants and macros generators for escape sequences for colored output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published