Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 355 Bytes

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