Skip to content

AgvanGrigoryan/libcolored_print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libcolored_print

My library for colored print in terminal

How to use this library

Step one

  • Download .h and .a files

Step two

During compilation write library name

cc *.c libcolored_print.a
OR
cc *.c -lcolored_print -L<LIB_PATH>
  • Replace <LIB_PATH> with real path where is .a file

Step three

  • Include .h file in your .c files where whoud you like use colored printf functions

Step Four

  • call the functions that is described in .h

SUCCESS 🎉

About

My library for colored print in terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages