init
This commit is contained in:
9
include/colors.h
Normal file
9
include/colors.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/* colors.h - define output colors */
|
||||
|
||||
#ifndef COLORS_H_
|
||||
#define COLORS_H_
|
||||
|
||||
#define ANSI_COLOR_BLUE "\x1b[34m"
|
||||
#define ANSI_COLOR_RESET "\x1b[0m"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user